From: Jan Engelhardt Date: Thu, 30 Dec 2010 22:15:53 +0000 (+0100) Subject: build: use -Wall across the entire source X-Git-Tag: upstream/1.0.2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d25eac049acb7ae5e71f41e65d71a6304c32312;p=platform%2Fupstream%2Flibnetfilter_queue.git build: use -Wall across the entire source Signed-off-by: Jan Engelhardt --- diff --git a/Make_global.am b/Make_global.am index fb31d42..a67e104 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1 +1,2 @@ AM_CPPFLAGS = -I${top_srcdir}/include -I${KERNELDIR} +AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} diff --git a/src/Makefile.am b/src/Makefile.am index 84892eb..0bd037f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,6 @@ LIBVERSION=2:0:1 include ${top_srcdir}/Make_global.am -AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} lib_LTLIBRARIES = libnetfilter_queue.la