shrpx: Fix netbsd compile warning
This commit is contained in:
parent
fd9f5991f5
commit
0b3eca7d40
|
@ -67,8 +67,7 @@ int severity_to_syslog_level(int severity)
|
|||
case(FATAL):
|
||||
return LOG_CRIT;
|
||||
default:
|
||||
// Not reachable
|
||||
assert(0);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue