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
|
// 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue