mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Fixing compiler warning
This commit is contained in:
parent
1d6cea8c52
commit
77e4315a57
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef unsigned char uint8;
|
||||||
typedef unsigned short uint16;
|
typedef unsigned short uint16;
|
||||||
typedef unsigned int uint32;
|
typedef unsigned int uint32;
|
||||||
typedef unsigned long long uint64;
|
typedef unsigned long long uint64;
|
||||||
typedef void *nullptr;
|
typedef void *nulptr;
|
||||||
typedef void *voidptr;
|
typedef void *voidptr;
|
||||||
typedef uint8 *byteptr;
|
typedef uint8 *byteptr;
|
||||||
typedef const uint8 *const_byteptr;
|
typedef const uint8 *const_byteptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue