summaryrefslogtreecommitdiff
path: root/ext/Hash
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-06-24 15:19:35 +0200
committerSteve Peters <steve@fisharerojo.org>2006-06-25 01:45:51 +0000
commitdcd60b1214190609cb0713369c8795a0986fab72 (patch)
tree830f5704b78172e96b85c438414e0b717963b22d /ext/Hash
parent7c167cea143603f17d0b07f5be572e510b7088de (diff)
downloadperl-dcd60b1214190609cb0713369c8795a0986fab72.tar.gz
Re: [PATCH] Hash::Util::FieldHash
Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com> p4raw-id: //depot/perl@28423
Diffstat (limited to 'ext/Hash')
-rw-r--r--ext/Hash/Util/FieldHash/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Hash/Util/FieldHash/Makefile.PL b/ext/Hash/Util/FieldHash/Makefile.PL
index 1ec06efe27..09b8ecc9a1 100644
--- a/ext/Hash/Util/FieldHash/Makefile.PL
+++ b/ext/Hash/Util/FieldHash/Makefile.PL
@@ -16,5 +16,5 @@ WriteMakefile(
INC => '', # e.g., '-I/usr/include/other'
# Un-comment this if you add C files to link with later:
# OBJECT => '$(O_FILES)', # link all the C files too
- CCFLAGS => '-Wuninitialized',
+ # CCFLAGS => '-Wuninitialized',
);