aewallin/openvoronoi

warnings about misleading indentation

esigra opened this issue · 3 comments

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

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.

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