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
sketch\State.cpp: In member function 'virtual bool State::close()':
sketch\State.cpp:56:27: warning: NULL used in arithmetic [-Wpointer-arith]
if (!previousState == NULL) {
It does compile though
^
The text was updated successfully, but these errors were encountered:
I get the following warning
It does compile though
^
The text was updated successfully, but these errors were encountered: