aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-sem_specs.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdl/vhdl-sem_specs.adb b/src/vhdl/vhdl-sem_specs.adb
index 62267ad59..22f8977b2 100644
--- a/src/vhdl/vhdl-sem_specs.adb
+++ b/src/vhdl/vhdl-sem_specs.adb
@@ -836,10 +836,10 @@ package body Vhdl.Sem_Specs is
| Tok_Architecture
| Tok_Configuration =>
if Get_Expr_Staticness (Expr) /= Locally then
- Error_Msg_Sem
- (+Spec,
+ Error_Msg_Sem_Relaxed
+ (Spec, Warnid_Attribute,
"attribute expression for %t must be locally static",
- +Get_Entity_Class (Spec));
+ (1 => +Get_Entity_Class (Spec)));
end if;
when others =>
null;