Added -Wno-empty-translation-unit to the unix CFLAGS

This commit is contained in:
Sergey Lyubka 2014-01-08 09:19:56 +00:00
parent 238b43af84
commit 8ac1b40c11

View File

@ -63,6 +63,7 @@ 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