mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 10:56:40 +03:00
Custom NFA_API_NO_IMPL variant for zombie_status
Silences ICC warning #188: enumerated type mixed with another type.
This commit is contained in:
committed by
Matthew Barr
parent
a2f2e11e60
commit
b59491d0db
@@ -56,7 +56,7 @@ char nfaExecMcClellan8_expandState(const struct NFA *nfa, void *dest,
|
||||
const void *src, u64a offset, u8 key);
|
||||
|
||||
#define nfaExecMcClellan8_B_Reverse NFA_API_NO_IMPL
|
||||
#define nfaExecMcClellan8_zombie_status NFA_API_NO_IMPL
|
||||
#define nfaExecMcClellan8_zombie_status NFA_API_ZOMBIE_NO_IMPL
|
||||
|
||||
// 16-bit McClellan
|
||||
|
||||
@@ -79,7 +79,7 @@ char nfaExecMcClellan16_expandState(const struct NFA *nfa, void *dest,
|
||||
const void *src, u64a offset, u8 key);
|
||||
|
||||
#define nfaExecMcClellan16_B_Reverse NFA_API_NO_IMPL
|
||||
#define nfaExecMcClellan16_zombie_status NFA_API_NO_IMPL
|
||||
#define nfaExecMcClellan16_zombie_status NFA_API_ZOMBIE_NO_IMPL
|
||||
|
||||
/**
|
||||
* Simple streaming mode calls:
|
||||
|
||||
Reference in New Issue
Block a user