mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:50:50 +08:00
usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages
2004-10-04 Thomas Quinot <quinot@act-europe.fr> * usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages From-SVN: r88487
This commit is contained in:
parent
5885facb34
commit
6fd459bb94
@ -1,3 +1,8 @@
|
||||
2004-10-04 Thomas Quinot <quinot@act-europe.fr>
|
||||
|
||||
* usage.adb: Change "pragma inline" to "pragma Inline" in information
|
||||
and error messages
|
||||
|
||||
2004-10-04 Thomas Quinot <quinot@act-europe.fr>
|
||||
|
||||
* exp_dist.adb: Split declaration of asynchronous flag out of
|
||||
|
@ -375,8 +375,8 @@ begin
|
||||
Write_Line (" n* normal warning mode (cancels -gnatws/-gnatwe)");
|
||||
Write_Line (" o* turn on warnings for address clause overlay");
|
||||
Write_Line (" O turn off warnings for address clause overlay");
|
||||
Write_Line (" p turn on warnings for ineffective pragma inline");
|
||||
Write_Line (" P* turn off warnings for ineffective pragma inline");
|
||||
Write_Line (" p turn on warnings for ineffective pragma Inline");
|
||||
Write_Line (" P* turn off warnings for ineffective pragma Inline");
|
||||
Write_Line (" r turn on warnings for redundant construct");
|
||||
Write_Line (" R* turn off warnings for redundant construct");
|
||||
Write_Line (" s suppress all warnings");
|
||||
|
Loading…
x
Reference in New Issue
Block a user