diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-30 20:57:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-30 20:57:16 +0100 |
commit | ffd901eb5ee4a8257aa1e660cfd434b172c0fead (patch) | |
tree | 4ff3dd84afba67e0f0983c91a2768f4b1af6a25e /doc/ref/api-evaluation.texi | |
parent | e1fbe716e8596b7027af57623ebc72a0c6393187 (diff) | |
download | guile-ffd901eb5ee4a8257aa1e660cfd434b172c0fead.tar.gz |
doc: Add "warnings" to the concept index.
* doc/ref/api-evaluation.texi (Compilation): Add "warnings" to the
concept index.
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index 8c41d1efd..640f6d53c 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -645,6 +645,7 @@ name is as for @code{compile-file} (see below). @item -W @var{warning} @itemx --warn=@var{warning} +@cindex warnings, compiler Emit warnings of type @var{warning}; use @code{--warn=help} for a list of available warnings and their description. Currently recognized warnings include @code{unused-variable}, @code{unused-toplevel}, |