Removed -Wno-empty-translation-unit from unix CFLAGS :-)

This commit is contained in:
Sergey Lyubka 2014-01-08 09:27:16 +00:00
parent 8ac1b40c11
commit 4d85cc6c76

View File

@ -63,7 +63,6 @@ LINK = $(MSVC)/bin/link $(LINK_FLAGS)
ifeq ($(OS), Windows_NT)
EXE_SUFFIX = .exe
else
CFLAGS += -Wno-empty-translation-unit
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), Linux)
CFLAGS += -ldl -lm