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
When SoPLEX is built with GGC 12, the compiler produces 61 warnings like the following one: soplex/src/soplex/classset.h:519:17: warning: pointer may be used after 'void free(void*)' [-Wuse-after-free]
Is this a known issue?
Are these false positive and it's safe to ignore them?
The text was updated successfully, but these errors were encountered:
When SoPLEX is built with GGC 12, the compiler produces 61 warnings like the following one:
soplex/src/soplex/classset.h:519:17: warning: pointer may be used after 'void free(void*)' [-Wuse-after-free]
Is this a known issue?
Are these false positive and it's safe to ignore them?
The text was updated successfully, but these errors were encountered: