[kaffe] CVS kaffe (doogie): Add another warning.
Kaffe CVS
cvs-commits at kaffe.org
Sun Dec 19 20:08:04 PST 2004
PatchSet 5680
Date: 2004/12/20 04:03:55
Author: doogie
Branch: HEAD
Tag: (none)
Log:
Add another warning.
Members:
ChangeLog:1.3226->1.3227
scripts/SparseWarning.pm:1.1->1.2
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3226 kaffe/ChangeLog:1.3227
--- kaffe/ChangeLog:1.3226 Mon Dec 20 03:42:04 2004
+++ kaffe/ChangeLog Mon Dec 20 04:03:55 2004
@@ -1,5 +1,10 @@
2004-12-19 Adam Heath <doogie at brainfood.com>
+ * scripts/SparseWarning.pm:
+ Add another warning.
+
+2004-12-19 Adam Heath <doogie at brainfood.com>
+
* libltdl/ltdl.c:
Sparse NULL-constant fixes.
Index: kaffe/scripts/SparseWarning.pm
diff -u kaffe/scripts/SparseWarning.pm:1.1 kaffe/scripts/SparseWarning.pm:1.2
--- kaffe/scripts/SparseWarning.pm:1.1 Fri Dec 17 17:46:25 2004
+++ kaffe/scripts/SparseWarning.pm Mon Dec 20 04:03:55 2004
@@ -46,5 +46,6 @@
register_warning( 'incorrect type', qr/incorrect type in argument (\d+) \((different base types)\)\n${prefix_regex_nowarn} expected ([^\n]+)\n${prefix_regex_nowarn} got ([^\n]+)$/m ),
register_warning( 'incorrect type', qr/incorrect type in (assignment|return expression|initializer) $mod_type\n${prefix_regex_nowarn} expected ([^\n]+)\n${prefix_regex_nowarn} got ([^\n]+)$/m ),
register_warning( 'incorrect type', qr/incorrect type in (assignment|return expression|initializer) \(incompatible argument (\d+) $mod_type\)\n${prefix_regex_nowarn} expected ([^\n]+)\n${prefix_regex_nowarn} got ([^\n]+)$/m ),
+ register_warning( 'incompatible types', qr/incompatible types in conditional expression (\(different types\))$/m ),
}
1;
More information about the kaffe
mailing list