Fix more warnings

This commit is contained in:
Daniel James
2016-10-11 10:07:07 +01:00
parent ade302f0a0
commit a316d3fa46
5 changed files with 26 additions and 20 deletions

View File

@@ -150,8 +150,10 @@ namespace exception
switch(tag_) {
case 1:
result = x.tag1_;
break;
case 2:
result = x.tag2_;
break;
default:
result = x.tag1_ + x.tag2_;
}