CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.96k stars 1.38k forks source link

Warning in CMap with recent versions of our Debian_Testing test platform #2112

Closed lrineau closed 7 years ago

lrineau commented 7 years ago
[...]/test/Combinatorial_map/Combinatorial_map_test.cpp:168:19: warning: variable 'mark' set but not used [-Wunused-but-set-variable]
   Map1::size_type mark=0;
                   ^~~~

https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.10-I-192/Combinatorial_map/TestReport_lrineau_Debian-Testing.gz

gdamiand commented 7 years ago

Should be solved by the PR #2113