Skip to content

Commit

Permalink
Remove -Wshadow for now, as it causes too many warnings on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dskyle-shieldai committed Jun 18, 2018
1 parent 9171352 commit 72b339f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Madara.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project (Madara) : build_files, using_splice, splice_transport, using_ndds, mada
libpaths += $(MADARA_ROOT)/lib

verbatim (make, local, true) {
CPPFLAGS := -std=c++11 -Wall -Wextra -Wshadow -Wnon-virtual-dtor \
CPPFLAGS := -std=c++11 -Wall -Wextra -Wnon-virtual-dtor \
-Woverloaded-virtual -pedantic -O3 $(CPPFLAGS)
}

Expand Down
2 changes: 1 addition & 1 deletion using_madara.mpb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project : debug_build, using_clang, using_android, using_boost {
}

verbatim (make, local, true) {
CPPFLAGS := -std=c++11 -Wall -Wextra -Wshadow -Wnon-virtual-dtor \
CPPFLAGS := -std=c++11 -Wall -Wextra -Wnon-virtual-dtor \
-Woverloaded-virtual -O3 $(CPPFLAGS)
LDLIBS := $(LDLIBS) -lMADARA
}
Expand Down

0 comments on commit 72b339f

Please sign in to comment.