lib/popt: explicitly use allow_warnings=True
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Feb 2014 06:35:22 +0000 (07:35 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Apr 2014 07:03:46 +0000 (09:03 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/popt/wscript

index 7fd15ed53a20075be387e60c11e4e0905add9756..d6228418900f62cc625f8e00b52b4756d1eaef2a 100644 (file)
@@ -15,4 +15,5 @@ def build(bld):
     bld.SAMBA_LIBRARY('popt',
                       source='findme.c popt.c poptconfig.c popthelp.c poptparse.c',
                       cflags='-DDBL_EPSILON=__DBL_EPSILON__',
+                      allow_warnings=True,
                       private_library=True)