aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_decls.adb')
-rw-r--r--sem_decls.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_decls.adb b/sem_decls.adb
index 4d41c6492..cb3a0c418 100644
--- a/sem_decls.adb
+++ b/sem_decls.adb
@@ -2359,7 +2359,7 @@ package body Sem_Decls is
| Iir_Kind_Procedure_Declaration =>
if not Get_Use_Flag (El) then
Warning_Msg_Sem
- (Disp_Node (El) & " is never used", El);
+ (Disp_Node (El) & " is never referenced", El);
end if;
when others =>
null;