diff options
author | Andy Lester <andy@petdance.com> | 2006-02-13 17:46:17 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-02-14 10:00:36 +0000 |
commit | bb263b4e883e8d326ee443c4da58aa78aea8b77b (patch) | |
tree | 096fe00883880830ee4ec89f9972c74222e29ae5 /Makefile.SH | |
parent | 2a509ed3c095f7d712013e653f68821f6bb2d6db (diff) | |
download | perl-bb263b4e883e8d326ee443c4da58aa78aea8b77b.tar.gz |
Sun Studio lint patches
Message-ID: <20060214054617.GA8824@petdance.com>
p4raw-id: //depot/perl@27177
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 00034908ce..354fa8084a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -364,6 +364,8 @@ lintflags = \ -p \ -Ncheck=%all \ -Nlevel=4 \ + -errchk=parentheses \ + -errhdr=%all \ -errfmt=src \ -errtags \ -erroff=E_ASSIGN_NARROW_CONV \ |