From 9ab15ecc4f162cd6d8ce305f0d7ac064c1e1704c Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 21 Mar 2013 16:17:07 +0100 Subject: -Wextra for compiler plugins Change-Id: I246dcf1d2c099c510435d21f0dd47e3c098456f2 --- compilerplugins/Makefile-clang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins/Makefile-clang.mk') diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk index c762912b9e5d..ff92ba4fff0d 100644 --- a/compilerplugins/Makefile-clang.mk +++ b/compilerplugins/Makefile-clang.mk @@ -11,7 +11,7 @@ # You may occassionally want to override some of these # Compile flags ('make CLANGCXXFLAGS=-g' if you need to debug the plugin) -CLANGCXXFLAGS=-O2 -Wall -g +CLANGCXXFLAGS=-O2 -Wall -Wextra -g # The uninteresting rest. -- cgit