Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui: Do not init std::any item var if we intend to use has_value() on…
… it. The var should no be inited otherwise has_value() will always be true. That way the condition of the if will decide if the var has been set or not. Fixes warning: [WARNING GUI-0033] No descriptor is registered for Dn. and now [WARNING GUI-0033] No descriptor is registered for type decltype(nullptr). Caused by frFakeVSS and frFakeGND: [WARNING GUI-0044] Unable to find net (line: 104375): frFakeVSS [WARNING GUI-0044] Unable to find net (line: 104378): frFakeVDD Signed-off-by: Christian Costa <[email protected]>
- Loading branch information