Clang 3.4 exposes some warnings on Android.

Fixes all warnings on Android build except for what is in externals.
Removes a function from TextureDecoder_Generic since it is unused and generates a warning.
This commit is contained in:
Ryan Houdek 2014-03-17 18:17:12 -05:00
commit 484fb46390
7 changed files with 12 additions and 27 deletions

View file

@ -13,7 +13,7 @@ public:
void SwapInterval(int Interval);
void Swap();
void UpdateFPSDisplay(const std::string& text);
void* GetFuncAddress(std::string name);
void* GetFuncAddress(const std::string& name);
bool Create(void *&window_handle);
bool MakeCurrent();
bool ClearCurrent();