Enable depreaction warnings.
This commit is contained in:
parent
e298d141da
commit
a8e2fb1301
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue