gtkapp: Drop this warning, clang complains about it.

Change-Id: I4f6f27f28d55a6529eb89732a8562e6e27d376af
private/mmeeks/thread-png
Jan Holesovsky 2019-04-19 10:52:04 +02:00
parent 14113e2349
commit e170797710
1 changed files with 1 additions and 1 deletions

View File

@ -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 \