commit | e74fc6bb9221663b1875332944b2f383e39d9a12 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Mon Aug 29 14:57:54 2016 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Mon Aug 29 15:02:02 2016 -0500 |
tree | 986bf6ad6869319a01bef7f253c3b4f3a50ea329 | |
parent | 5e22faeae1f3d3f197b4a6df2ec6f8231582f3d9 [diff] |
Ensure all tools are building with -Wall and -Werror Added -Werror to CXXFLAGS Change-Id: I686583a94d074d1c8bc46020dbbbbe2a212f5e9f Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/Makefile b/Makefile index bacdef9..2c03541 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,7 @@ LIB_OEM = liboemhandler.so LDFLAGS += -rdynamic -ldl -CXXFLAGS += -fPIC -Wall +CXXFLAGS += -fPIC -Wall -Werror all: $(LIB_OEM)