shrpx: Fix netbsd compile warning

This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-02 02:07:51 +09:00
parent fd9f5991f5
commit 0b3eca7d40
1 changed files with 1 additions and 2 deletions

View File

@ -67,8 +67,7 @@ int severity_to_syslog_level(int severity)
case(FATAL):
return LOG_CRIT;
default:
// Not reachable
assert(0);
return -1;
}
}