The hopefully two last warnings

This commit is contained in:
Andreas Fabri 2022-05-19 06:59:29 +01:00
parent 058d1cb4ad
commit f6c3952308
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ get_in_domain_impl(FH fh)
template <typename F, typename FH>
inline
std::enable_if_t<!Has_member_is_in_domain<F>::value, bool>
get_in_domain_impl(FH fh)
get_in_domain_impl(FH )
{
return false;
}

View File

@ -168,8 +168,8 @@ namespace CGAL {
#define CGAL_T2_TYPE CGAL::Constrained_triangulation_2<Gt, Tds, Itag>
template<class Gt, class Tds, class Itag, class InDomainPmap>
void draw(const CGAL_T2_TYPE& at2,
InDomainPmap ipm)
void draw(const CGAL_T2_TYPE& ,
InDomainPmap )
{}
#undef CGAL_T2_TYPE