diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2000-12-04 18:40:14 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2000-12-04 18:40:14 +0000 |
commit | 32fb1fb20f996cbdb7969253e686081aade654e4 (patch) | |
tree | 99bb7a8965c7e26a84813e391432cae463df0a86 | |
parent | e1e0c65875d8a9993c5b3bd14ad3e33867a9a48e (diff) | |
download | gcc-32fb1fb20f996cbdb7969253e686081aade654e4.zip gcc-32fb1fb20f996cbdb7969253e686081aade654e4.tar.gz gcc-32fb1fb20f996cbdb7969253e686081aade654e4.tar.bz2 |
invoke.texi: Replace `pedwarns' with clearer text.
2000-12-03 Phil Edwards <pme@sources.redhat.com>
* invoke.texi: Replace `pedwarns' with clearer text.
From-SVN: r38008
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7512e5a..fca3d62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-12-03 Phil Edwards <pme@sources.redhat.com> + + * invoke.texi: Replace `pedwarns' with clearer text. + 2000-12-04 Bruce Korb <bkorb@gnu.org> * fixinc/Makefile.*(clean): don't clean autogenerated files. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 4118ab5..c7d212a 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1227,8 +1227,8 @@ controlled by @samp{#pragma implementation}. This will cause linker errors if these functions are not inlined everywhere they are called. @item -fms-extensions -Disable pedwarns about constructs used in MFC, such as implicit int and -getting a pointer to member function via non-standard syntax. +Disable pedantic warnings about constructs used in MFC, such as implicit +int and getting a pointer to member function via non-standard syntax. @item -fname-mangling-version-@var{n} Control the way in which names are mangled. Version 0 is compatible |