Fixed a bunch of warnings with legacy MinGW version.
This commit is contained in:
parent
9d5a103201
commit
cf8aaf0c84
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user