diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-08-02 09:17:08 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-08-02 09:17:08 +0200 |
commit | 3c83e47c98bc9e58ca2c231a5b24c3639018c9cc (patch) | |
tree | f2c0133e26ee413d3c778465c552233905a5db56 /src/vhdl/sem_decls.adb | |
parent | ee0e651d9b3946910d513e6a670453e25e5f014d (diff) | |
download | ghdl-3c83e47c98bc9e58ca2c231a5b24c3639018c9cc.tar.gz ghdl-3c83e47c98bc9e58ca2c231a5b24c3639018c9cc.tar.bz2 ghdl-3c83e47c98bc9e58ca2c231a5b24c3639018c9cc.zip |
Rewrite most of error and warning messages.
Diffstat (limited to 'src/vhdl/sem_decls.adb')
-rw-r--r-- | src/vhdl/sem_decls.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_decls.adb b/src/vhdl/sem_decls.adb index a2b7101e9..37c35afc2 100644 --- a/src/vhdl/sem_decls.adb +++ b/src/vhdl/sem_decls.adb @@ -3076,7 +3076,7 @@ package body Sem_Decls is and then not Is_Second_Subprogram_Specification (El) then Warning_Msg_Sem (Warnid_Unused, +El, - Disp_Node (El) & " is never referenced"); + "%n is never referenced", +El); end if; when others => null; |