medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e579314d26473e21cab6ea8aaafa2f332450bbe3
parent fb2ad848ba52c2c03cac817d90456dcfa2e8340c
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Jan 18 19:53:51 +0200

-Werror=switch instead of -Werror=switch-enum

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -34,7 +34,7 @@ visitors/linear_algebra.h: linear_algebra.h COMMON_OBJS := log.o memory_arena.o work_queue.o immediate.o profiler.o text_renderer.o stb_truetype.o renderer.o strlcpy.o stats.o rng/well512.o # Compiler flags -WARNINGS := -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wconversion -Wshadow -Wcast-align -Wstrict-overflow -Werror=switch-enum +WARNINGS := -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wconversion -Wshadow -Wcast-align -Wstrict-overflow -Werror=switch CXXFLAGS += -std=c++11 -msse2 -fno-exceptions -fno-rtti -I. \ -O0 \ -ggdb3 -fno-omit-frame-pointer -fno-strict-aliasing -fno-strict-overflow