Fix compiler warning.

This commit is contained in:
Robin Sommer 2011-08-05 12:20:09 -07:00
parent eb508fae52
commit 9adefcfbd4

View file

@ -799,6 +799,7 @@ EnumVal* map_conn_type(TransportProto tp)
// Cannot be reached;
assert(false);
return 0; // Make compiler happy.
}
%%}