projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7db887
)
build: Disable deprecation warnings in broadway
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 9 May 2017 13:30:40 +0000
(14:30 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 9 May 2017 13:30:40 +0000
(14:30 +0100)
Avoid compiler warnings while building code that uses deprecated API.
gdk/broadway/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/broadway/Makefile.am
b/gdk/broadway/Makefile.am
index f1c392353f24f28ff90e6957b6501f1d588410f6..e04013f46f57d5ca38ed26272a5abc674b0b60cb 100644
(file)
--- a/
gdk/broadway/Makefile.am
+++ b/
gdk/broadway/Makefile.am
@@
-9,6
+9,7
@@
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Gdk\" \
-DG_LOG_USE_STRUCTURED=1 \
-DGDK_COMPILATION \
+ -DGDK_DISABLE_DEPRECATION_WARNINGS \
-I$(top_srcdir) \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gdk \