forked from AuroraMiddleware/gtk
Don't warn about deprecations in deprecated/
We know we are deprecated here, no need to warn.
This commit is contained in:
parent
feece3c0bb
commit
1f827d6214
@ -31,6 +31,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <glib/gprintf.h>
|
||||
#include <string.h>
|
||||
|
@ -25,6 +25,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user