sem_ch11.adb (Analyze_Raise_Statement): Change message for warning on param update.
2005-03-29 Robert Dewar <dewar@adacore.com> * sem_ch11.adb (Analyze_Raise_Statement): Change message for warning on param update. From-SVN: r97183
This commit is contained in:
parent
6332d8420e
commit
f7a8593d14
@ -401,7 +401,7 @@ package body Sem_Ch11 is
|
||||
("?assignment to pass-by-copy formal may have no effect",
|
||||
P);
|
||||
Error_Msg_N
|
||||
("\?RAISE statement is abnormal return" &
|
||||
("\?RAISE statement may result in abnormal return" &
|
||||
" ('R'M 6.4.1(17))", P);
|
||||
end if;
|
||||
end if;
|
||||
|
Loading…
Reference in New Issue
Block a user