summaryrefslogtreecommitdiff
path: root/gcc/ada/frontend.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r--gcc/ada/frontend.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index cc5c2cb849f..7c6676cd4c7 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -322,9 +322,10 @@ begin
Lib.List;
end if;
- -- Output any messages for unreferenced entities
+ -- Output waiting warning messages
- Output_Unreferenced_Messages;
+ Sem_Warn.Output_Non_Modifed_In_Out_Warnings;
+ Sem_Warn.Output_Unreferenced_Messages;
Sem_Warn.Check_Unused_Withs;
end if;
end if;