summaryrefslogtreecommitdiffstats
path: root/lib/popt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-26 07:35:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:46 +0200
commitee3adcdff2fa77eef6289c8949608a53531406a3 (patch)
tree41be3555f8e63cf46b9d4ea336c8fbb3be5035a8 /lib/popt
parent9e0ae164a94727369050a9bbf840e02e022d216f (diff)
downloadsamba-ee3adcdff2fa77eef6289c8949608a53531406a3.tar.gz
samba-ee3adcdff2fa77eef6289c8949608a53531406a3.tar.xz
samba-ee3adcdff2fa77eef6289c8949608a53531406a3.zip
lib/popt: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/popt')
-rw-r--r--lib/popt/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/popt/wscript b/lib/popt/wscript
index 7fd15ed53a2..d6228418900 100644
--- a/lib/popt/wscript
+++ b/lib/popt/wscript
@@ -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)