Kaydet (Commit) 48635365 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: enumeration values not handled in switch

Change-Id: I89564800ee81d1e406a5f5fc12ec32dded161274
üst 114efed4
...@@ -263,6 +263,8 @@ inline bool isString( formula::StackVar sv ) ...@@ -263,6 +263,8 @@ inline bool isString( formula::StackVar sv )
case formula::svHybridCell: case formula::svHybridCell:
case formula::svHybridValueCell: case formula::svHybridValueCell:
return true; return true;
default:
break;
} }
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment