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 version of SWIG that ships with Rocky Linux 8 is too old to properly parse [[maybe_unused]], so we're forced to do (void) varname; instead. Re-evaluate if this is still necessary when we step up to Rocky Linux 9.
The version of SWIG that ships with Rocky Linux 8 is too old to properly parse
[[maybe_unused]], so we're forced to do(void) varname;instead. Re-evaluate if this is still necessary when we step up to Rocky Linux 9.