Commit 0b3eca7d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

shrpx: Fix netbsd compile warning

parent fd9f5991
...@@ -67,8 +67,7 @@ int severity_to_syslog_level(int severity) ...@@ -67,8 +67,7 @@ int severity_to_syslog_level(int severity)
case(FATAL): case(FATAL):
return LOG_CRIT; return LOG_CRIT;
default: default:
// Not reachable return -1;
assert(0);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment