SET MXWARNS = 0 to be interpreted as unlimited. 20100822040502/pspp 20100823040503/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 22 Aug 2010 10:36:37 +0000 (12:36 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 22 Aug 2010 10:36:37 +0000 (12:36 +0200)
commit547d9160972dc6e986e1b4b1f29517f9c072410a
tree3046314ee111f4b21ba52959092e4dfada73a921
parent3f31e9c3fe628db6fe7bb7fdf2a80634cecc8181
SET MXWARNS = 0 to be interpreted as unlimited.

This change introduces a special meaning to the
value of zero for the MXWARNS settings.  When
a zero value is set.  A single warning will be
emitted informing the user that the setting is
in effect.  Thereafter no warning will be emitted.
All warning situations will be ignored.
doc/utilities.texi
src/data/settings.c
src/libpspp/message.c
src/libpspp/message.h
tests/language/utilities/set.at