Mercurial > hg > octave-nkf
diff src/error.h @ 4452:f3c21a1d1c62
[project @ 2003-07-09 23:20:18 by jwe]
author | jwe |
---|---|
date | Wed, 09 Jul 2003 23:20:19 +0000 |
parents | 115bffcecfd3 |
children | 5e2c68946f30 |
line wrap: on
line diff
--- a/src/error.h +++ b/src/error.h @@ -52,6 +52,9 @@ // TRUE means error messages are turned off. extern bool discard_error_messages; +// TRUE means warning messages are turned off. +extern bool discard_warning_messages; + // The current warning state. Valid values are "on", "off", // "backtrace", or "debug". extern std::string Vwarning_option;