mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-19 02:22:08 +00:00
[test][algorithms][buffer] fix "enumeration value not handled warning"
This commit is contained in:
@@ -131,6 +131,8 @@ private :
|
||||
color = 'b';
|
||||
is_good = false;
|
||||
break;
|
||||
default:
|
||||
; // to avoid "enumeration value not handled" warning
|
||||
}
|
||||
if (!it->selectable_start)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user