From faacfa018a192f880719fac4abca4479b9bbb5e3 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 26 Sep 2014 19:58:32 -0400 Subject: [PATCH] silly clang warning is silly --- Makefile | 1 + 1 file changed, 1 insertion(+) 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++) -- 2.39.2