From: Dale Weiler Date: Fri, 26 Sep 2014 23:58:32 +0000 (-0400) Subject: silly clang warning is silly X-Git-Tag: xonotic-v0.8.1~9^2~19 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=faacfa018a192f880719fac4abca4479b9bbb5e3 silly clang warning is silly --- diff --git a/Makefile b/Makefile index f6a21ff..207e910 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ ifeq ($(CC), clang) -Wno-unknown-warning-option \ -Wno-cast-align \ -Wno-assign-enum \ + -Wno-empty-body \ -pedantic-errors else ifneq ($(CC), g++)