[test][algorithms][buffer] fix "enumeration value not handled warning"

This commit is contained in:
Menelaos Karavelas 2015-10-16 11:25:51 +03:00
parent 9fcbd75ee1
commit fc3f5e57fb

View File

@ -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)
{ {