mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fix compiler warning.
This commit is contained in:
parent
eb508fae52
commit
9adefcfbd4
1 changed files with 1 additions and 0 deletions
|
@ -799,6 +799,7 @@ EnumVal* map_conn_type(TransportProto tp)
|
|||
|
||||
// Cannot be reached;
|
||||
assert(false);
|
||||
return 0; // Make compiler happy.
|
||||
}
|
||||
%%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue