invoke.texi (Warning Options): Mark -Wmissing-declarations as a C only option.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Wed, 7 May 2003 12:28:18 +0000 (14:28 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 7 May 2003 12:28:18 +0000 (12:28 +0000)
* doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
as a C only option.

From-SVN: r66556

gcc/ChangeLog
gcc/doc/invoke.texi

index 7b932059cfad41cf6f963c59eb54c64117245c36..ccb3fc1375ccf90e16be783c661656aad02c6ea9 100644 (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.
index 432b54cec643bf5755e1bfaef03b934c5be22e31..a1fa753fc4d2d3cfe6ceb39dd645fa7e0f240338 100644 (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.