Add cgal_use for a unused variable warning

This commit is contained in:
Guillaume Damiand 2016-11-02 08:16:19 -04:00
parent 5ff5358c51
commit c1415e05f2
1 changed files with 5 additions and 1 deletions

View File

@ -3640,6 +3640,10 @@ namespace CGAL {
bool testAttributes=true,
bool testPoint=true) const
{
#if defined(CGAL_CMAP_DART_DEPRECATED) && !defined(CGAL_NO_DEPRECATED_CODE)
CGAL_USE(testDartInfo);
#endif
typedef Combinatorial_map_base<d2,Refs2,Items2,Alloc2, Storage2> Map2;
bool match = true;
@ -4947,7 +4951,7 @@ namespace CGAL {
};
template < unsigned int d_,
#if defined(CGAL_CMAP_DART_DEPRECATED) && !defined(CGAL_NO_DEPRECATED_CODE)
#if def36ined(CGAL_CMAP_DART_DEPRECATED) && !defined(CGAL_NO_DEPRECATED_CODE)
class Items_=Combinatorial_map_min_items<d_>,
#else
class Items_=Generic_map_min_items,