X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=bec603e5daf95db1d913fff4810e3883ec3980ae;hp=3f286e27f6117db926fbdd051dad85abf3433644;hb=4fa694fe827756b3d5f25ebb5398c9fe5f57e205;hpb=90533079c873b31458a272ed4b7ffc90c593e1f5 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++)