summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-08-08 11:41:08 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-08-17 12:42:17 +0100
commit5997475bc5b04a4e42d825ab4692425aeb332471 (patch)
tree290772fc27600d34233fd23ee62f9a8c1eb43bf5 /pod
parent2884c977bbe7d4e57be3847ffccf17de935bc6c4 (diff)
downloadperl-5997475bc5b04a4e42d825ab4692425aeb332471.tar.gz
Add -Werror=pointer-arith by default
The core is already clean for this.
Diffstat (limited to 'pod')
-rw-r--r--pod/perlhacktips.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod
index eef21cad45..773b4dfdc9 100644
--- a/pod/perlhacktips.pod
+++ b/pod/perlhacktips.pod
@@ -1130,6 +1130,10 @@ C<-Wwrite-strings>
C<-Werror=declaration-after-statement>
+=item *
+
+C<-Werror=pointer-arith>
+
=back
The following flags would be nice to have but they would first need
@@ -1139,10 +1143,6 @@ their own Augean stablemaster:
=item *
-C<-Wpointer-arith>
-
-=item *
-
C<-Wshadow>
=item *