From 08af0be860ad3b806c394b0c911849fe086bc4d2 Mon Sep 17 00:00:00 2001 From: Bobby Powers Date: Sat, 20 Nov 2010 07:54:47 +0000 Subject: build: remove -W warning, is the same thing as -Wextra http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html says: This option used to be called -W. The older name is still supported, but the newer name is more descriptive. --- diff --git a/nss/Makefile b/nss/Makefile index c4ff2ea..f16609e 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -1,6 +1,6 @@ WARNFLAGS = \ - -W -Wformat -Wall -Wundef -Wpointer-arith -Wcast-qual \ + -Wformat -Wall -Wundef -Wpointer-arith -Wcast-qual \ -Wcast-align -Wwrite-strings -Wsign-compare \ -Wmissing-noreturn \ -Wextra -Wstrict-aliasing=2 \ -- cgit v0.9.1