[Ada] Fix Warn_On_All_Unread_Out_Parameters not being properly tagged
This caused tools ingesting GNAT's output to mislabel these messages. gcc/ada/ * sem_warn.adb (Warn_On_Useless_Assignment): Fix insertion character.
This commit is contained in:
parent
f925b56959
commit
67481ef527
@ -4595,7 +4595,7 @@ package body Sem_Warn is
|
||||
then
|
||||
if Warn_On_All_Unread_Out_Parameters then
|
||||
Error_Msg_NE
|
||||
("?m?& modified by call, but value might not "
|
||||
("?.o?& modified by call, but value might not "
|
||||
& "be referenced", LA, Ent);
|
||||
end if;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user