mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +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:
|
default:
|
||||||
assert(!"Type rule has invalid type specifier.");
|
assert(!"Type rule has invalid type specifier.");
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user