Skip to content
Snippets Groups Projects
Commit f7a8593d authored by Robert Dewar's avatar Robert Dewar Committed by Arnaud Charlet
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment