From: Dale Weiler Date: Sat, 24 May 2014 14:02:58 +0000 (-0400) Subject: Disable stupid clang warning. X-Git-Tag: xonotic-v0.8.1~9^2~32^2~15 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=cc20d7e4e90669b680824348a38a9ce75f54a48a Disable stupid clang warning. --- diff --git a/Makefile b/Makefile index 3f286e2..bec603e 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ ifeq ($(CC), clang) -Wno-float-equal \ -Wno-unknown-warning-option \ -Wno-cast-align \ + -Wno-assign-enum \ -pedantic-errors else ifneq ($(CC), g++)