Skip to content
Snippets Groups Projects
Commit f1fa3f80 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

remove -Wshadow due to not clean gfal headers.

git-svn-id: http://root.cern.ch/svn/root/trunk@34186 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0922b7fb
No related branches found
No related tags found
No related merge requests found
......@@ -67,4 +67,5 @@ distclean-$(MODNAME): clean-$(MODNAME)
distclean:: distclean-$(MODNAME)
##### extra rules ######
$(GFALO) $(GFALDO): CXXFLAGS := $(filter-out -Wshadow,$(CXXFLAGS))
$(GFALO): CXXFLAGS += $(GFALINCDIR:%=-I%)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment