summaryrefslogtreecommitdiff
path: root/coreconf/Linux.mk
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2016-01-04 17:29:17 +1100
committerMartin Thomson <martin.thomson@gmail.com>2016-01-04 17:29:17 +1100
commit3ab039b9777b6f03a8e4fbeb7bb5de2bb218456d (patch)
tree6945ccd8b08a744c5966f4fe9deed5ef06af9256 /coreconf/Linux.mk
parent26b65616b0b3fddab3a042faa503a46f8e02c36b (diff)
downloadnss-hg-3ab039b9777b6f03a8e4fbeb7bb5de2bb218456d.tar.gz
Bug 1226179 - Using -Werror on all unix platforms, r=gaston
Diffstat (limited to 'coreconf/Linux.mk')
-rw-r--r--coreconf/Linux.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/coreconf/Linux.mk b/coreconf/Linux.mk
index 7a2411876..b61a261d6 100644
--- a/coreconf/Linux.mk
+++ b/coreconf/Linux.mk
@@ -4,7 +4,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
include $(CORE_DEPTH)/coreconf/UNIX.mk
-include $(CORE_DEPTH)/coreconf/Werror.mk
#
# The default implementation strategy for Linux is now pthreads
@@ -140,7 +139,7 @@ ifeq ($(USE_PTHREADS),1)
OS_PTHREAD = -lpthread
endif
-OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) $(ARCHFLAG) $(WARNING_CFLAGS) -pipe -ffunction-sections -fdata-sections -DLINUX -Dlinux -DHAVE_STRERROR
+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) $(ARCHFLAG) -pipe -ffunction-sections -fdata-sections -DLINUX -Dlinux -DHAVE_STRERROR
OS_LIBS = $(OS_PTHREAD) -ldl -lc
ifdef USE_PTHREADS