less pointless warnings

This commit is contained in:
cathugger 2018-02-22 01:36:54 +00:00
parent 09b7b46755
commit 24f35b6197

View file

@ -1,6 +1,9 @@
CC= @CC@
CSTD= @CSTD@
ifeq ($(OS),Windows_NT)
CSTD+= -Wno-pedantic-ms-format
endif
CFLAGS= $(CSTD) @CFLAGS@ @CPPFLAGS@ -DED25519_@ED25519IMPL@ @MYDEFS@
ASFLAGS=
LDFLAGS= @NOPIE@ @LDFLAGS@