From 8253fe0c727cdeb2b268be50be6dd6fb2729b313 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Mar 2010 19:38:35 +1100 Subject: build: don't use gcc warnings during configure --- lib/replace/wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/replace/wscript b/lib/replace/wscript index ef6b4237cc..fa0e40d21a 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -242,9 +242,6 @@ def configure(conf): if Options.options.pedantic: conf.ADD_CFLAGS('-W') - if Options.options.developer: - conf.ADD_CFLAGS('-Wall -g -Wfatal-errors -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Werror-implicit-function-declaration -Wformat=2 -Wno-format-y2k') - conf.SAMBA_CONFIG_H() conf.SAMBA_BUILD_ENV() -- cgit