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
There is a try-catch statement in the command menu parsing code that is completely useless. No exception of type CException exists, the exception is caught incorrectly (by non-const pointer instead of const reference), and nothing will throw the exception.
Remove this statement.
The text was updated successfully, but these errors were encountered:
There is a try-catch statement in the command menu parsing code that is completely useless. No exception of type
CException
exists, the exception is caught incorrectly (by non-const pointer instead of const reference), and nothing will throw the exception.Remove this statement.
The text was updated successfully, but these errors were encountered: