Commit f7a8593d by Robert Dewar Committed by Arnaud Charlet

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
parent 6332d842
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment