commit 28d1b3c8efc958e5dcdc0e38f1d765fc902539ee parent 9b0ed554f4cb58c4bec04d4c302b89f6b251e084 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat Sep 10 18:39:07 -0700 Add some warnings that I would like to use eventually Diffstat:
Makefile | | | 2 | +- |
diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ test_lockfree: relacy.cc nonblocking_fixed_spmc_queue.h nonblocking_fixed_spsc_q COMMON_OBJS := log.o memory_arena.o work_queue.o immediate.o benchmark.o stb_truetype.o glsl.o # Compiler flags -WARNINGS := -Wall -Wextra -Wno-unused-parameter -Wno-unused-function +WARNINGS := -Wall -Wextra -Wno-unused-parameter -Wno-unused-function # -Wconversion -Wold-style-casts CXXFLAGS += -std=c++11 -msse2 -fno-exceptions -fno-rtti \ -O2 \ -ggdb3 -fno-omit-frame-pointer -fno-strict-aliasing -fno-strict-overflow \