script/autobuild.py: build 'samba' using --picky-developer
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Nov 2014 13:54:41 +0000 (14:54 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Nov 2014 08:46:30 +0000 (09:46 +0100)
This makes sure we don't get unexpected new compiler warnings.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Nov 25 09:46:30 CET 2014 on sn-devel-104

script/autobuild.py

index 2b25a105755cc486d6a2c73f02f86395e14902db..ba08e52e5c7fd481786c752e3145d3e5c75b96f2 100755 (executable)
@@ -44,7 +44,7 @@ tasks = {
                ("clean", "make clean", "text/plain") ],
 
     # We have 'test' before 'install' because, 'test' should work without 'install'
-    "samba" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
+    "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
                 ("make", "make -j", "text/plain"),
                 ("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
                 ("install", "make install", "text/plain"),