mirror of https://github.com/CGAL/cgal
fix unused variable warning
This commit is contained in:
parent
c675a2ee91
commit
7e6a8ec739
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
template<class AK>
|
template<class AK>
|
||||||
void test_get_arithmetic_kernel(){
|
void test_get_arithmetic_kernel(){
|
||||||
typedef typename AK::Integer Integer;
|
CGAL_assertion_code(typedef typename AK::Integer Integer);
|
||||||
{
|
{
|
||||||
CGAL_assertion_code(typedef CGAL::Polynomial<Integer> POLY;)
|
CGAL_assertion_code(typedef CGAL::Polynomial<Integer> POLY;)
|
||||||
CGAL_assertion_code(typedef typename CGAL::Get_arithmetic_kernel<POLY>::Arithmetic_kernel AK_;)
|
CGAL_assertion_code(typedef typename CGAL::Get_arithmetic_kernel<POLY>::Arithmetic_kernel AK_;)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue