mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +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';
|
||||
is_good = false;
|
||||
break;
|
||||
default:
|
||||
; // to avoid "enumeration value not handled" warning
|
||||
}
|
||||
if (!it->selectable_start)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user