mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-14 12:55:41 +00:00
Fixed warnings found by gcc-16
This commit is contained in:
parent
e87a9bd9a7
commit
e4cbde18e1
4 changed files with 4 additions and 3 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue