lib/popt: explicitly use allow_warnings=True
[nivanova/samba-autobuild/.git] / 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)