3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-06 09:00:54 +00:00

Fixed warnings found by gcc-16

This commit is contained in:
Miodrag Milanovic 2026-05-18 09:44:57 +02:00
parent 337df7fc75
commit a599999d1f
4 changed files with 4 additions and 3 deletions

View file

@ -469,6 +469,7 @@ struct AbstractPass : public Pass {
switch (enable) {
case Enable::Always:
log_assert(false);
YS_FALLTHROUGH
case Enable::ActiveLow:
case Enable::ActiveHigh: {
if (enable_name.empty())