verilator/test_regress/t/t_func_void_bad.out
2020-01-30 20:23:57 -05:00

6 lines
285 B
Plaintext

%Warning-IGNOREDRETURN: t/t_func_void_bad.v:25: Ignoring return value of non-void function (IEEE 1800-2017 13.4.1)
f1(20);
^~
... Use "/* verilator lint_off IGNOREDRETURN */" and lint_on around source to disable this message.
%Error: Exiting due to