mirror of
https://github.com/moparisthebest/spdylay
synced 2024-12-21 23:28:52 -05:00
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
Block a user