Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warnings about misleading indentation #31

Open
esigra opened this issue Feb 22, 2018 · 3 comments
Open

warnings about misleading indentation #31

esigra opened this issue Feb 22, 2018 · 3 comments

Comments

@esigra
Copy link

esigra commented Feb 22, 2018

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?)

@aewallin
Copy link
Owner

could you please state what os and what compiler you are using. thanks! I can only test on what is easily available on Ubuntu LTS.

@esigra
Copy link
Author

esigra commented Feb 22, 2018

g++ (Gentoo 6.4.0-r1 p1.3) 6.4.0

@esigra
Copy link
Author

esigra commented Feb 23, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants