aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2009-07-26 06:50:47 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2009-07-26 06:50:47 +0000
commit579e4c05b95eff94727ad14d687ca2fd5c4e88c1 (patch)
treee9c40b01dd9d87406c408a8b4703b07dc687e21c /Makefile.PL
parent7156277dd91f5d7afcd9cf5085e9fe0480e057f6 (diff)
downloadperl-URPM-579e4c05b95eff94727ad14d687ca2fd5c4e88c1.tar
perl-URPM-579e4c05b95eff94727ad14d687ca2fd5c4e88c1.tar.gz
perl-URPM-579e4c05b95eff94727ad14d687ca2fd5c4e88c1.tar.bz2
perl-URPM-579e4c05b95eff94727ad14d687ca2fd5c4e88c1.tar.xz
perl-URPM-579e4c05b95eff94727ad14d687ca2fd5c4e88c1.zip
enable and fix additional (-Wextra) warnings
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9cda782..7fbd17b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -59,7 +59,7 @@ if ($hversion ge hexversion("4.4.90") && $hversion lt hexversion("4.7")) {
# rpm5.org version
$ldflags = `pkg-config --libs rpm`;
}
-my $ccflags = join(' ', '-Wall -fno-strict-aliasing', @rpmflags);
+my $ccflags = join(' ', '-Wall -Wextra -fno-strict-aliasing', @rpmflags);
print "Found RPM version $version (compiling with flags: $ccflags)\n";