mirror of https://github.com/CGAL/cgal
remove warning
This commit is contained in:
parent
0acfc5196f
commit
d59468abc9
|
|
@ -41,7 +41,7 @@ namespace CGAL {
|
|||
static const int D = 3; // dimension
|
||||
|
||||
public: // accessors:
|
||||
static inline const FT radius(const Sphere& s) {
|
||||
static inline const FT radius(const Sphere& /*s*/) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue