From cf8aaf0c8468c8fcd4da84a9ecf54f57836daf37 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 4 Nov 2020 23:46:43 +0100 Subject: [PATCH] Fixed a bunch of warnings with legacy MinGW version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7f74da..0eef015 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ SUBDIR_LIB := libslunkcrypt # 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 = ifeq ($(DEBUG),1)