[alsa-devel] [PATCH 1/2] ucm: Enable all warnings for automake C preprocessor

mengdong.lin at linux.intel.com mengdong.lin at linux.intel.com
Tue Dec 27 11:08:51 CET 2016


From: Mengdong Lin <mengdong.lin at linux.intel.com>

To display warnings for us to fix them, add '-Wall' to AM_CPPFLAGS.

Signed-off-by: Mengdong Lin <mengdong.lin at linux.intel.com>

diff --git a/src/ucm/Makefile.am b/src/ucm/Makefile.am
index 9d66b24..79e57d2 100644
--- a/src/ucm/Makefile.am
+++ b/src/ucm/Makefile.am
@@ -7,4 +7,4 @@ noinst_HEADERS = ucm_local.h
 all: libucm.la
 
 
-AM_CPPFLAGS=-I$(top_srcdir)/include
+AM_CPPFLAGS=-I$(top_srcdir)/include -Wall
-- 
2.7.4



More information about the Alsa-devel mailing list