NO... ldb: Fix a compiler warning issue
authorMatthieu Patou <mat@matws.net>
Wed, 26 Dec 2012 18:21:23 +0000 (10:21 -0800)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Jan 2013 21:03:14 +0000 (22:03 +0100)
commit63d95d353e9470c0783fd540e557342bfdcd2fa6
treec3ed3d2d7e1ddd6df90f10201085eea13893876b
parentda34441add7e93674560f785e97fea48c2bba954
NO... ldb: Fix a compiler warning issue

STATIC_ldb_MODULES_PROTO is defined on the compilation command line by
-DSTATIC_ldb_MODULES_PROTO which the compiler seems to turn into
define STATIC_ldb_MODULES_PROTO 1 thus yielding a warning.
lib/ldb/common/ldb_modules.c