]> git.sur5r.net Git - openldap/commitdiff
Silence stupid warning
authorHoward Chu <hyc@symas.com>
Fri, 12 Aug 2011 11:11:14 +0000 (04:11 -0700)
committerHoward Chu <hyc@symas.com>
Thu, 1 Sep 2011 23:31:09 +0000 (16:31 -0700)
libraries/libmdb/Makefile

index 16cec0d7f083ef4915812ee2830b2f7195300b85..92e1fa7368bbfa82a3645aa951a9a3ff56f3e830 100644 (file)
@@ -1,5 +1,5 @@
 CC     = gcc
-W      = -W -Wall -Wno-unused-parameter -Wcast-qual -Wbad-function-cast
+W      = -W -Wall -Wno-unused-parameter -Wbad-function-cast
 OPT = -O2 -g
 CFLAGS = -pthread $(OPT) $(W) $(XCFLAGS)
 LDLIBS =