diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-23 13:41:04 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-23 13:41:04 -0600 |
commit | dbe519e0135eecda1081731754d9467612214be6 (patch) | |
tree | 304f1a75c0a3ad3021946314abbaa0c4da7ba744 /gcc | |
parent | 8cd098069c1dc120b2f75697562dc7ba05d56d77 (diff) | |
download | gcc-dbe519e0135eecda1081731754d9467612214be6.zip gcc-dbe519e0135eecda1081731754d9467612214be6.tar.gz gcc-dbe519e0135eecda1081731754d9467612214be6.tar.bz2 |
Should have been checked in with Kingdon's change.
From-SVN: r29629
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/extend.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi index 82e9559..e98e63e 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -2973,7 +2973,8 @@ macros to replace them with the customary keywords. It looks like this: @end example @findex __extension__ -@samp{-pedantic} causes warnings for many GNU C extensions. You can +@samp{-pedantic} and other options causes warnings for many GNU C extensions. +You can prevent such warnings within one expression by writing @code{__extension__} before the expression. @code{__extension__} has no effect aside from this. |