This is an automated email from the git hooks/post-receive script.
rharwood pushed a commit to branch master in repository gssproxy.
commit 9bdb4626583113f03bb97324895a25561d9fc352 Author: Robbie Harwood rharwood@redhat.com Date: Wed Mar 15 13:28:26 2017 -0400
Turn on -Wextra
Signed-off-by: Robbie Harwood rharwood@redhat.com Reviewed-by: Simo Sorce simo@redhat.com Merges: #173 --- proxy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index e1fbac1..5cd2255 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -44,7 +44,7 @@ AM_CFLAGS += -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \ -Wcast-qual -Wcast-align -Wwrite-strings \ -fstrict-aliasing -Wstrict-aliasing -Werror=strict-aliasing \ -Werror-implicit-function-declaration \ - -Werror=format-security + -Werror=format-security -Wextra if BUILD_HARDENING AM_CPPFLAGS += -D_FORTIFY_SOURCE=2 -Wdate-time AM_CFLAGS += -fPIE -fstack-protector-strong