From e1707977105f01602c6a6ea9f1645d500850c44b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 19 Apr 2019 10:52:04 +0200 Subject: gtkapp: Drop this warning, clang complains about it. Change-Id: I4f6f27f28d55a6529eb89732a8562e6e27d376af --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') 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 \ -- cgit