2025-01-04 18:55:15 +01:00
|
|
|
%Warning-IGNOREDRETURN: t/t_func_void_bad.v:24:7: Ignoring return value of non-void function (IEEE 1800-2023 13.4.1)
|
|
|
|
|
24 | f1();
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/IGNOREDRETURN?v=latest
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off IGNOREDRETURN */" and lint_on around source to disable this message.
|
2025-01-04 18:55:15 +01:00
|
|
|
%Warning-IGNOREDRETURN: t/t_func_void_bad.v:27:9: Ignoring return value of non-void function (IEEE 1800-2023 13.4.1)
|
|
|
|
|
27 | c.fi();
|
2024-09-08 21:09:44 +02:00
|
|
|
| ^~
|
2025-01-04 18:55:15 +01:00
|
|
|
%Warning-IGNOREDRETURN: t/t_func_void_bad.v:28:9: Ignoring return value of non-void function (IEEE 1800-2023 13.4.1)
|
|
|
|
|
28 | c.sfi();
|
|
|
|
|
| ^~~
|
2019-03-10 19:57:01 +01:00
|
|
|
%Error: Exiting due to
|