commit | e75631084887c5e3b45229c5633669776fbe5e17 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Jul 17 01:00:16 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Jul 17 01:00:16 2006 +0000 |
tree | c4beea1b848128e307fdd5f681d1d438ebd43140 | |
parent | a5e4f22bfb552c2d7a384b651f04666a2a6b87d1 [diff] [blame] |
Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool.
diff --git a/Misc/NEWS b/Misc/NEWS index f3834bb..8c4f4b6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Fix warnings reported by Klocwork's static analysis tool. + - Bug #1512814, Fix incorrect lineno's when code within a function had more than 255 blank lines.