]> git.scottworley.com Git - slidingtile/commitdiff
Warnings are errors
authorScott Worley <scottworley@scottworley.com>
Fri, 1 Jan 2016 06:22:38 +0000 (22:22 -0800)
committerScott Worley <scottworley@scottworley.com>
Fri, 1 Jan 2016 06:22:38 +0000 (22:22 -0800)
Makefile

index 34f1e7523334f0e5d50236dcc1d1a574091e4ee7..cea7c763572c5dfabba1bf737a2cfd891c5f564b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CXX = g++
-CXXFLAGS = -std=gnu++11 -Wall -Wextra -pedantic -O2
+CXXFLAGS = -std=gnu++11 -Wall -Wextra -pedantic -Werror -O2
 LFLAGS =
 
 SRCS = sliding_tile.cc sliding_tile_lib.cc