test/encode: Add -Wall option to default build flags
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 6 Dec 2012 07:17:27 +0000 (15:17 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:46:49 +0000 (16:46 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
test/encode/Makefile.am

index b2a66cf..07602ce 100644 (file)
@@ -26,6 +26,7 @@ bin_PROGRAMS += h264encode
 endif
 
 AM_CPPFLAGS = \
+       -Wall                           \
        -I$(top_srcdir)                 \
        -I$(top_srcdir)/va              \
        $(NULL)