summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-04-19 10:52:04 +0200
committerJan Holesovsky <kendy@collabora.com>2019-04-19 11:07:31 +0200
commite1707977105f01602c6a6ea9f1645d500850c44b (patch)
tree22f07cf15c055a66b6eec9d37be669dc225b5b59 /gtk
parentEdits (diff)
downloadonline-e1707977105f01602c6a6ea9f1645d500850c44b.tar.gz
online-e1707977105f01602c6a6ea9f1645d500850c44b.zip
gtkapp: Drop this warning, clang complains about it.
Change-Id: I4f6f27f28d55a6529eb89732a8562e6e27d376af
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 6475ec24bb..6694a88bdf 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = mobile
include_paths = -I${top_srcdir}/common -I${top_srcdir}/net -I${top_srcdir}/kit -I${top_srcdir}/wsd -I${top_srcdir}
-warning_flags = -Wall -Werror -Wno-parentheses -Wno-sign-compare -Wno-unused-variable -Wno-stringop-overflow
+warning_flags = -Wall -Werror -Wno-parentheses -Wno-sign-compare -Wno-unused-variable
define_flags = -DMOBILEAPP=1
AM_CPPFLAGS = -pthread \