aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.

Home Page:http://www.anderswallin.net/cam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warnings about misleading indentation

esigra opened this issue · 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