summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-20 19:38:35 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:58 +1000
commit8253fe0c727cdeb2b268be50be6dd6fb2729b313 (patch)
tree3fd4418a323ba54faea34294ad04c067e355d92b /lib/replace
parent54941c86e792820f047f47abfb41db2fe1d0d68b (diff)
downloadsamba-8253fe0c727cdeb2b268be50be6dd6fb2729b313.tar.gz
samba-8253fe0c727cdeb2b268be50be6dd6fb2729b313.tar.bz2
samba-8253fe0c727cdeb2b268be50be6dd6fb2729b313.zip
build: don't use gcc warnings during configure
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript3
1 files changed, 0 insertions, 3 deletions
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()