betajaen / gorilla

Minimal HUD and Overlay replacement system for Ogre 1.x only
60 stars 11 forks source link

Gorilla causes warnings to be issued when -Wall is specified #3

Closed HeatherSoron closed 12 years ago

HeatherSoron commented 12 years ago

I compile with -Wall -Werror (using gcc), and noticed that Gorilla throws several warnings in that case. I'm going to see if I can fix those, unless someone else gets to it first.

One odd thing is that it gives a warning on the line #pragma warning ( disable : 4244 ). I mean, really? Warning me that I'm intentionally turning off warnings? I hope there's a gcc flag to stop that...

merlinblack commented 12 years ago

ethankaminski's changes pulled in, and some more code re-arranging done. Code is now -Wall friendly!