mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Enable depreaction warnings.
This commit is contained in:
parent
e298d141da
commit
a8e2fb1301
@ -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…
x
Reference in New Issue
Block a user