diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-07-09 06:46:32 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-07-18 19:19:56 +0200 |
commit | 00c0959b01803f6db71e6380a6ec760a98f7b5cd (patch) | |
tree | 5d93aaadd2f4506d3b7431fcad9e17c7fc7ea8de /src/ghdldrv | |
parent | b4a3f85b3f5331af4f73252a8a34d0efce467c56 (diff) | |
download | ghdl-00c0959b01803f6db71e6380a6ec760a98f7b5cd.tar.gz ghdl-00c0959b01803f6db71e6380a6ec760a98f7b5cd.tar.bz2 ghdl-00c0959b01803f6db71e6380a6ec760a98f7b5cd.zip |
ghdlprint: enable missing xrefs warning
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlprint.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 38c70699a..f09b059a1 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -1356,6 +1356,7 @@ package body Ghdlprint is end if; elsif Option = "--check-missing" then Cmd.Check_Missing := True; + Enable_Warning (Warnid_Missing_Xref, True); Res := Option_Ok; else Decode_Option (Command_Html (Cmd), Option, Arg, Res); |