From 53c9ae1110faa91d22e0cca55f783dad0396cc84 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Thu, 6 Dec 2012 15:17:27 +0800 Subject: [PATCH] test/encode: Add -Wall option to default build flags Signed-off-by: Xiang, Haihao --- test/encode/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/encode/Makefile.am b/test/encode/Makefile.am index b2a66cf..07602ce 100644 --- a/test/encode/Makefile.am +++ b/test/encode/Makefile.am @@ -26,6 +26,7 @@ bin_PROGRAMS += h264encode endif AM_CPPFLAGS = \ + -Wall \ -I$(top_srcdir) \ -I$(top_srcdir)/va \ $(NULL) -- 2.7.4