mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 14:01:47 +00:00
[test][algorithms][buffer] fix "enumeration value not handled warning"
This commit is contained in:
parent
9fcbd75ee1
commit
fc3f5e57fb
@ -131,6 +131,8 @@ private :
|
|||||||
color = 'b';
|
color = 'b';
|
||||||
is_good = false;
|
is_good = false;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
; // to avoid "enumeration value not handled" warning
|
||||||
}
|
}
|
||||||
if (!it->selectable_start)
|
if (!it->selectable_start)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user