Skip to content

Commit 404b28f

Browse files
petdancekhwilliamson
authored andcommitted
Fix compiler warning -Wuninitialized
1 parent 4d092e9 commit 404b28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlhacktips.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Use the Configure C<-Dgccansipedantic> flag to enable the gcc C<-ansi
134134
-pedantic> flags which enforce stricter ANSI rules.
135135

136136
If using the C<gcc -Wall> note that not all the possible warnings (like
137-
C<-Wunitialized>) are given unless you also compile with C<-O>.
137+
C<-Wuninitialized>) are given unless you also compile with C<-O>.
138138

139139
Note that if using gcc, starting from Perl 5.9.5 the Perl core source
140140
code files (the ones at the top level of the source code distribution,

0 commit comments

Comments
 (0)