Fixed GCC warnings.

This commit is contained in:
Branimir Karadžić 2015-03-18 20:20:26 -07:00
parent c20ec0449c
commit c92bff06bb

View file

@ -353,6 +353,8 @@
#endif
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wunused-function" // warning: 'xxxx' defined but not used
#pragma GCC diagnostic ignored "-Wunused-parameter" // warning: unused parameter xxxx
#pragma GCC diagnostic ignored "-Wtype-limits" // warning: comparison is always true due to limited range of data type
#endif
//-------------------------------------------------------------------------