Fixed compiler warning.

This commit is contained in:
Gunnar Beutner 2013-02-08 19:45:51 +01:00
parent 63abf20829
commit b99068aec6
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ bool TypeRule::MatchValue(const Value& value) const
default:
assert(!"Type rule has invalid type specifier.");
return false;
}
}