diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-31 18:28:17 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-31 18:29:07 +0200 |
commit | 3a18632c2d4a02eba02adc2f9bfe71d99f86a16f (patch) | |
tree | f371418fd7ca6e7db2a0c8402e7ced36b89f3c12 /src/vhdl | |
parent | 90ee44ed04d375935e66d74938a630ccb490649f (diff) | |
download | ghdl-3a18632c2d4a02eba02adc2f9bfe71d99f86a16f.tar.gz ghdl-3a18632c2d4a02eba02adc2f9bfe71d99f86a16f.tar.bz2 ghdl-3a18632c2d4a02eba02adc2f9bfe71d99f86a16f.zip |
vhdl-sem: add a todo note.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-sem.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem.adb b/src/vhdl/vhdl-sem.adb index 8a54f2e5e..107aa918f 100644 --- a/src/vhdl/vhdl-sem.adb +++ b/src/vhdl/vhdl-sem.adb @@ -656,6 +656,7 @@ package body Vhdl.Sem is True, Miss, Assoc_Parent, Match); Set_Port_Map_Aspect_Chain (Assoc_Parent, Assoc_Chain); if Match = Not_Compatible then + -- TODO: mark actual as used to avoid warnings. return; end if; |