invoke.texi (Warning Options): Mark -Wmissing-declarations as a C only option.

* doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
	as a C only option.

From-SVN: r66556
This commit is contained in:
Gerald Pfeifer 2003-05-07 14:28:18 +02:00 committed by Gerald Pfeifer
parent 474f141e8d
commit da635858a5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
as a C only option.
2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
* gcov-io.h (GCOV_LOCKED): New #define.

View File

@ -2709,7 +2709,7 @@ declaration. This warning is issued even if the definition itself
provides a prototype. The aim is to detect global functions that fail
to be declared in header files.
@item -Wmissing-declarations
@item -Wmissing-declarations @r{(C only)}
@opindex Wmissing-declarations
Warn if a global function is defined without a previous declaration.
Do so even if the definition itself provides a prototype.