As far as I know, there aren't any warning differences between -std=gnu99 and

-std=c99 modes, etc.

llvm-svn: 80133
This commit is contained in:
Eli Friedman 2009-08-26 20:18:00 +00:00
parent c00767d32a
commit a3063cec14
1 changed files with 0 additions and 1 deletions

View File

@ -596,7 +596,6 @@ variants "__asm__" and "__typeof__" are recognized in all modes.</li>
<li>The Apple "blocks" extension is recognized by default in gnu* modes
on some platforms; it can be enabled in any mode with the "-fblocks"
option.</li>
<li>Some warnings are different.</li>
</ul>
<p>Differences between *89 and *99 modes:</p>