1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Mention the new `--enable-deprecated=shutup' option.

This commit is contained in:
Marius Vollmer 2001-05-05 19:11:36 +00:00
parent 2b33d8dcd7
commit 96a4a5b2c4

View file

@ -98,9 +98,9 @@ switches specific to Guile you may find useful in some circumstances.
a value of "no" will omit all deprecated features and you will get a value of "no" will omit all deprecated features and you will get
"undefined reference", "variable unbound" or similar errors when you "undefined reference", "variable unbound" or similar errors when you
try to use them. All other values will include all deprecated try to use them. All other values will include all deprecated
features. The LEVEL argument is used as the default value for the features. The LEVEL argument is used to determine the default value
environment variable GUILE_WARN_DEPRECATED. See the README for for the environment variable GUILE_WARN_DEPRECATED. See the README
more information. for more information.
The default is to get a vague warning at program exit if deprecated The default is to get a vague warning at program exit if deprecated
features were used: features were used:
@ -114,8 +114,7 @@ switches specific to Guile you may find useful in some circumstances.
To get no warnings: To get no warnings:
[ FIXME: this doesn't seem to be possible, without setting the --enable-deprecated=shutup
environment variable ]
To omit deprecated features completely and irrevokably: To omit deprecated features completely and irrevokably: