You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sign compares have been raised and should be in progress for fix. PR for this would be appreciated :) type_ is assigned DriveType::NONE by default, so there shouldn't be a need to assert on default, but it wouldn't hurt to check just in case.
Feature Description
Building current main-branch yosys (specifically commit 2de9f00) with g++ 12.2.0, I get 45 warnings:
I can eliminate most (18) of the maybe-uninitialized with this two-line patch.
Do y'all want a pull request? Should I add a default: assert() to the two switch() statements?
The text was updated successfully, but these errors were encountered: