mirror of https://github.com/CGAL/cgal
The hopefully two last warnings
This commit is contained in:
parent
058d1cb4ad
commit
f6c3952308
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue