summaryrefslogtreecommitdiff
path: root/bin/make_pretty.pl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-06 15:35:51 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-06 15:35:51 +0000
commitecc735d4fb215b2b64c8e6276bd408c9cb86d247 (patch)
tree7d8f0e5597c1114d07d2d4a4fa2cf1178492004c /bin/make_pretty.pl
parentf11e0bffecdbffd2033273fb7dec82875fc1c259 (diff)
downloadATCD-ecc735d4fb215b2b64c8e6276bd408c9cb86d247.tar.gz
ChangeLogTag:Fri Apr 6 08:34:15 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'bin/make_pretty.pl')
-rwxr-xr-xbin/make_pretty.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/make_pretty.pl b/bin/make_pretty.pl
index 4965e5c4e9b..647d799e989 100755
--- a/bin/make_pretty.pl
+++ b/bin/make_pretty.pl
@@ -119,6 +119,9 @@ sub is_warning ()
# AIX reports a bazillion multiple defines when doing templates.
return 3 if (m/^ld: \d+\-\d+ WARNING: Duplicate symbol:/);
+ # HP-UX uses 'nocompatwarnings' as an option to the compiler.
+ return 3 if (m/vnocompatwarnings/);
+
# Look for lines that also should be color coded, but not counted
# as warnings.
return 2 if (/see declaration of/);