diff scripts/miscellaneous/warning_ids.m @ 5794:1138ced03f14

[project @ 2006-05-08 20:23:04 by jwe]
author jwe
date Mon, 08 May 2006 20:23:07 +0000
parents faafc2d98b8d
children 69e864d21c11
line wrap: on
line diff
--- a/scripts/miscellaneous/warning_ids.m	Sat May 06 14:55:35 2006 +0000
+++ b/scripts/miscellaneous/warning_ids.m	Mon May 08 20:23:07 2006 +0000
@@ -122,6 +122,10 @@
 ## printed for implicit conversions of complex numbers to real numbers.
 ## By default, the @code{Octave:imag-to-real} warning is disabled.
 ## 
+## @item Octave:matlab-incompatible
+## Print warnings for Octave language features that may cause
+## compatibility problems with Matlab.
+## 
 ## @item Octave:missing-semicolon
 ## If the @code{Octave:missing-semicolon} warning is enabled, Octave
 ## will warn when statements in function definitions don't end in
@@ -175,6 +179,14 @@
 ## indices outside the current bounds.  By default, the
 ## @code{Octave:resize-on-range-error} warning is disabled.
 ## 
+## @item Octave:separator-insert
+## Print warning if commas or semicolons might be inserted
+## automatically in literal matrices.
+## 
+## @item Octave:single-quote-string
+## Print warning if a signle quote character is used to introduce a
+## string constant.
+## 
 ## @item Octave:str-to-num
 ## If the @code{Octave:str-to-num} warning is enabled, a warning is printed
 ## for implicit conversions of strings to their numeric ASCII equivalents.