OSDN Git Service

* doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 May 2003 12:28:18 +0000 (12:28 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 May 2003 12:28:18 +0000 (12:28 +0000)
as a C only option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66556 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 7b93205..ccb3fc1 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 432b54c..a1fa753 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.