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)
case(FATAL):
return LOG_CRIT;
default:
// Not reachable
assert(0);
return -1;
}
}
......
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