* invoke.texi: Fix typo.
From-SVN: r28987
This commit is contained in:
parent
3f5cd61f62
commit
252215a77a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Aug 30 16:36:33 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* invoke.texi: Fix typo.
|
||||
|
||||
Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* fixinc/Makefile.in (subdir): New.
|
||||
|
|
|
@ -1762,7 +1762,7 @@ Warn if anything is declared more than once in the same scope, even in
|
|||
cases where multiple declaration is valid and changes nothing.
|
||||
|
||||
@item -Wnested-externs
|
||||
Warn if an @code{extern} declaration is encountered within an function.
|
||||
Warn if an @code{extern} declaration is encountered within a function.
|
||||
|
||||
@item -Wunreachable-code
|
||||
Warn if the compiler detects that code will never be executed.
|
||||
|
|
Loading…
Add table
Reference in a new issue