mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Silence stupid warning
This commit is contained in:
parent
f9f0ec92a9
commit
af0b49aa60
@ -1,5 +1,5 @@
|
|||||||
CC = gcc
|
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
|
OPT = -O2 -g
|
||||||
CFLAGS = -pthread $(OPT) $(W) $(XCFLAGS)
|
CFLAGS = -pthread $(OPT) $(W) $(XCFLAGS)
|
||||||
LDLIBS =
|
LDLIBS =
|
||||||
|
Loading…
Reference in New Issue
Block a user