This PR fixes up most warnings: A couple of deprecation warnings and a implicit const removal. There are still 5 warnings about write() return value being ignored, but in all 5 cases the program will immediately exit() anyway, so its just noise.
rebased onto cad3310a7390aad3e16492e8ed922f388f8895ae
Pull-Request has been merged by abbra
This PR fixes up most warnings: A couple of deprecation warnings and a implicit const removal. There are still 5 warnings about write() return value being ignored, but in all 5 cases the program will immediately exit() anyway, so its just noise.