ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Eliminate warnings during compilation #3

Closed ColinGilbert closed 8 years ago

ColinGilbert commented 9 years ago

There is a ream of warnings on every compile. Most of them seem internal to the third-party libraries, but a bunch of them are from the engine. Ridding them will require a little bit of education as to the specifics of the standard. Also related, being able to remove the -fpermissive flags should make the code (slightly) more portable. However, this is a lower priority compared to adding critical features.