mirror of https://github.com/CGAL/cgal
fix warning
This commit is contained in:
parent
5a1c67135d
commit
c5f78e6a9e
|
|
@ -19,6 +19,7 @@
|
||||||
#include <CGAL/boost/graph/Euler_operations.h>
|
#include <CGAL/boost/graph/Euler_operations.h>
|
||||||
#include <CGAL/boost/graph/helpers.h>
|
#include <CGAL/boost/graph/helpers.h>
|
||||||
#include <CGAL/Modifiable_priority_queue.h>
|
#include <CGAL/Modifiable_priority_queue.h>
|
||||||
|
#include <CGAL/use.h>
|
||||||
|
|
||||||
#include <boost/scoped_array.hpp>
|
#include <boost/scoped_array.hpp>
|
||||||
|
|
||||||
|
|
@ -311,6 +312,7 @@ private:
|
||||||
CGAL_assertion(is_primary_edge(h));
|
CGAL_assertion(is_primary_edge(h));
|
||||||
CGAL_expensive_assertion(data.is_in_PQ());
|
CGAL_expensive_assertion(data.is_in_PQ());
|
||||||
CGAL_expensive_assertion(mPQ->contains(h));
|
CGAL_expensive_assertion(mPQ->contains(h));
|
||||||
|
CGAL_USE(data);
|
||||||
|
|
||||||
mPQ->update(h);
|
mPQ->update(h);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue