From ea6993ec68f02c161fac2a503ef221b0533e0d7b Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 23 Jan 2012 19:13:23 +0700 Subject: [PATCH] Hide new compilation warnings of modperl... They appeared with yesterdays patch, which fixes few return values. --- modules/modperl/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modperl/Makefile.inc b/modules/modperl/Makefile.inc index daec1bf5..8adb18ce 100644 --- a/modules/modperl/Makefile.inc +++ b/modules/modperl/Makefile.inc @@ -34,7 +34,7 @@ modperl/ZNC.o: modperl/ZNC.cpp Makefile @mkdir -p modperl @mkdir -p .depend $(E) Building ZNC Perl bindings library... - $(Q)$(CXX) $(MODFLAGS) -I$(srcdir) -MMD -MF .depend/modperl.library.dep $(PERL_CXX) -Wno-unused-variable -o $@ $< -c + $(Q)$(CXX) $(MODFLAGS) -I$(srcdir) -MMD -MF .depend/modperl.library.dep $(PERL_CXX) -Wno-unused-variable -Wno-shadow -o $@ $< -c ifneq "$(SWIG)" "" modperl/swigperlrun.h: @mkdir -p modperl