mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Cleaned up g++ warnings.
This commit is contained in:
parent
aa0691ba21
commit
ef1650f6a2
7 changed files with 21 additions and 21 deletions
|
@ -82,7 +82,7 @@ UUID::UUID(const char* str)
|
|||
}
|
||||
|
||||
if ( i != 16 )
|
||||
internal_error(fmt("invalid UUID string: %s", str));
|
||||
internal_error("invalid UUID string: %s", str);
|
||||
}
|
||||
|
||||
typedef map<UUID, BroEnum::dce_rpc_if_id> uuid_map_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue