diff options
Diffstat (limited to 'src')
-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); |