Open ldoolitt opened 2 weeks ago
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?