buildtools: Fix compilation warnings
commite1b71f1c133fd43935135a44cdbbb7e912ff4279
authorMatthieu Patou <mat@matws.net>
Fri, 17 May 2013 11:50:20 +0000 (17 04:50 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 May 2013 11:52:44 +0000 (20 21:52 +1000)
treee2352634f380b6ae26919e90621a95a68291296a
parent61989aee31c6dbf5646579c4d774c5b1d7a7f74c
buildtools: Fix compilation warnings

STATIC_%s_MODULES_PROTO is defined on the compilation command line by
-DSTATIC_<something>_MODULES_PROTO which the compiler seems to turn into
define STATIC_<something>_MODULES_PROTO 1 thus yielding a warning due to
unused var

Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_deps.py