We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da24c4 commit 3abced1Copy full SHA for 3abced1
Makefile
@@ -1,5 +1,5 @@
1
# The Art of C++
2
-# Copyright (c) 2015-2017 Daniel Frey
+# Copyright (c) 2015-2018 Daniel Frey
3
# Please see LICENSE for license or visit https://github.com/taocpp/json
4
5
.SUFFIXES:
@@ -27,7 +27,7 @@ endif
27
# changed if desired.
28
29
CPPFLAGS ?= -pedantic
30
-CXXFLAGS ?= -Wall -Wextra -Werror -O3
+CXXFLAGS ?= -Wall -Wextra -Wshadow -Werror -O3
31
32
.PHONY: all clean
33
0 commit comments