comparison scripts/miscellaneous/warning_ids.m @ 19851:059a05bc398c

Replace 'Octave:broadcast' warning with 'Octave:matlab-incompatible'. * liboctave/numeric/bsxfun.h: replace the 'Octave:broadcasting' with the more common 'Octave:matlab-compatible' warning which is off by default. * plot/appearance/annotation.m, image/cubehelix.m: remove turning off the warning since now it is done by default. * miscellaneous/warning_ids.m: remove entry about Octave:broadcast * NEWS: make note of this change.
author Carnë Draug <carandraug@octave.org>
date Sat, 21 Feb 2015 16:38:53 +0000
parents 4197fc428c7d
children e9a0bd0b125c
comparison
equal deleted inserted replaced
19850:f81a1da191e4 19851:059a05bc398c
119 ## Octave will warn when parsing autoload() function calls with relative 119 ## Octave will warn when parsing autoload() function calls with relative
120 ## paths to function files. This usually happens when using autoload() 120 ## paths to function files. This usually happens when using autoload()
121 ## calls in PKG_ADD files, when the PKG_ADD file is not in the same 121 ## calls in PKG_ADD files, when the PKG_ADD file is not in the same
122 ## directory as the .oct file referred to by the autoload() command. 122 ## directory as the .oct file referred to by the autoload() command.
123 ## By default, the @code{Octave:autoload-relative-file-name} warning is enabled. 123 ## By default, the @code{Octave:autoload-relative-file-name} warning is enabled.
124 ##
125 ## @item Octave:broadcast
126 ## Warn when performing broadcasting operations. By default, this is
127 ## enabled. See @ref{Broadcasting} in the chapter Vectorization and Faster
128 ## Code Execution of the manual.
129 ## 124 ##
130 ## @item Octave:built-in-variable-assignment 125 ## @item Octave:built-in-variable-assignment
131 ## By default, the @code{Octave:built-in-variable-assignment} warning is 126 ## By default, the @code{Octave:built-in-variable-assignment} warning is
132 ## enabled. 127 ## enabled.
133 ## 128 ##