mirror of https://github.com/Icinga/icinga2.git
Fixed compiler warning.
This commit is contained in:
parent
63abf20829
commit
b99068aec6
|
@ -64,6 +64,8 @@ bool TypeRule::MatchValue(const Value& value) const
|
|||
|
||||
default:
|
||||
assert(!"Type rule has invalid type specifier.");
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue