3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-18 09:12:18 +00:00

verilog: demote some parser errors to warnings again

This commit is contained in:
Emil J. Tywoniak 2025-08-13 10:54:47 +02:00
parent fb024c4d55
commit 910ff3ff36
3 changed files with 24 additions and 7 deletions

View file

@ -11,6 +11,7 @@ namespace VERILOG_FRONTEND
{
[[noreturn]]
void err_at_loc(Location loc, char const *fmt, ...);
void warn_at_loc(Location loc, char const *fmt, ...);
};
YOSYS_NAMESPACE_END