2
0
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:
Michael Santos 2019-07-01 08:33:06 -04:00
parent 997fc6a102
commit 900daefce4

View File

@ -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 \