medfall

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

commit 0f5e747cb622319a583db1244cd9d15e9f3f496c
parent d4d4b4299d0d4ae4fe03c67865cb0681408d832e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri Dec  2 20:59:40 +0200

-Werror=switch-enum

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