This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7c167ce
)
Re: [PATCH] Hash::Util::FieldHash
author
Yves Orton
<demerphq@gmail.com>
Sat, 24 Jun 2006 13:19:35 +0000
(15:19 +0200)
committer
Steve Peters
<steve@fisharerojo.org>
Sun, 25 Jun 2006 01:45:51 +0000
(
01:45
+0000)
Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
p4raw-id: //depot/perl@28423
ext/Hash/Util/FieldHash/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Hash/Util/FieldHash/Makefile.PL
b/ext/Hash/Util/FieldHash/Makefile.PL
index
1ec06ef
..
09b8ecc
100644
(file)
--- 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',
);