verilator/test_regress/t/t_func_void_bad.out

6 lines
280 B
Plaintext
Raw Normal View History

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