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