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
#include <string>
// Warning disabled for the moment
#if (0 && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
#if (1 && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
#define func_deprecated __attribute__ ((deprecated))
#else
#define func_deprecated