Fixed a bunch of warnings with legacy MinGW version.

This commit is contained in:
LoRd_MuldeR 2020-11-04 23:46:43 +01:00
parent 9d5a103201
commit cf8aaf0c84
Signed by: mulder
GPG Key ID: 2B5913365F57E03F

View File

@ -22,7 +22,7 @@ SUBDIR_LIB := libslunkcrypt
# Flags # Flags
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
CFLAGS = -I$(SUBDIR_LIB)/include -std=c99 -Wall -march=$(MARCH) -mtune=$(MTUNE) CFLAGS = -I$(SUBDIR_LIB)/include -std=gnu99 -Wall -march=$(MARCH) -mtune=$(MTUNE)
LDFLGS = LDFLGS =
ifeq ($(DEBUG),1) ifeq ($(DEBUG),1)