Enable depreaction warnings.

This commit is contained in:
Hermann Kraus 2012-02-05 16:31:29 +01:00
parent e298d141da
commit a8e2fb1301

View file

@ -36,8 +36,7 @@
// stl // stl
#include <string> #include <string>
// Warning disabled for the moment #if (1 && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
#if (0 && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
#define func_deprecated __attribute__ ((deprecated)) #define func_deprecated __attribute__ ((deprecated))
#else #else
#define func_deprecated #define func_deprecated