mirror of
https://github.com/msantos/xmppipe
synced 2024-11-04 06:00:22 +00:00
makefile: remove conversion warnings
This commit is contained in:
parent
997fc6a102
commit
900daefce4
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ UNAME_SYS := $(shell uname -s)
|
||||
ifeq ($(UNAME_SYS), Linux)
|
||||
CFLAGS ?= -D_FORTIFY_SOURCE=2 -O2 -fstack-protector-strong \
|
||||
-Wformat -Werror=format-security \
|
||||
-Wconversion -Wshadow \
|
||||
-Wshadow \
|
||||
-Wpointer-arith -Wcast-qual \
|
||||
-Wstrict-prototypes -Wmissing-prototypes \
|
||||
-pie -fPIE \
|
||||
|
Loading…
Reference in New Issue
Block a user