fix unused variable warning

This commit is contained in:
Sébastien Loriot 2017-08-08 13:37:02 +02:00
parent c675a2ee91
commit 7e6a8ec739
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
template<class AK>
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 typename CGAL::Get_arithmetic_kernel<POLY>::Arithmetic_kernel AK_;)