From 4d85cc6c76b372e325c653b6855beefe781f1636 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Wed, 8 Jan 2014 09:27:16 +0000 Subject: [PATCH] Removed -Wno-empty-translation-unit from unix CFLAGS :-) --- build/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 463a62680..4ff73bb46 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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 -- GitLab