mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user