From: Ralf Hartmann Date: Thu, 8 Jan 2009 14:37:42 +0000 (+0000) Subject: Avoid gcc4.1.2 warning: call of overloaded check(int, int) is ambiguous. candidates... X-Git-Tag: v8.0.0~8171 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe61e8c1ec79af84b637b44d1a32e4db568ea15;p=dealii.git Avoid gcc4.1.2 warning: call of overloaded check(int, int) is ambiguous. candidates are: void check(unsigned int, unsigned int) [with FE = dealii::FE_Q] and void check(unsigned int, unsigned int) [with FE = dealii::FE_Q], etc... git-svn-id: https://svn.dealii.org/trunk@18134 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/check_derivatives.cc b/tests/fe/check_derivatives.cc index 9551cf8b49..4d427f5021 100644 --- a/tests/fe/check_derivatives.cc +++ b/tests/fe/check_derivatives.cc @@ -84,7 +84,7 @@ void check (const unsigned int min_degree, template