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
SWIG spits out a bunch of @SuppressWarngins("ununsed") annotations on Enums, but ECJ doesn't like these and issues warnings for them. These warnings hide real errors, so it would be good to find a way to either suppress the ECJ warnings or supress the SWIG annotations.
The text was updated successfully, but these errors were encountered:
SWIG spits out a bunch of
@SuppressWarngins("ununsed")
annotations on Enums, but ECJ doesn't like these and issues warnings for them. These warnings hide real errors, so it would be good to find a way to either suppress the ECJ warnings or supress the SWIG annotations.The text was updated successfully, but these errors were encountered: