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 build gives a lot of warnings about misleading indentation (-Wmisleading-indentation) for code like:
if (step==current_step) return false; current_step++;
That should be fixed or silenced. (Maybe create a macro for that recurring code?)
The text was updated successfully, but these errors were encountered:
The build gives a lot of warnings about misleading indentation (-Wmisleading-indentation) for code like:
if (step==current_step) return false; current_step++;
That should be fixed or silenced. (Maybe create a macro for that recurring code?)
The text was updated successfully, but these errors were encountered: