From cc20d7e4e90669b680824348a38a9ce75f54a48a Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 24 May 2014 10:02:58 -0400 Subject: [PATCH] Disable stupid clang warning. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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++) -- 2.39.2