mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
Fix sheng64 dump compile issue in clang.
This commit is contained in:
committed by
Konstantinos Margaritis
parent
6c56aaf7a9
commit
63c7345ab2
@@ -367,7 +367,8 @@ void dumpDotPreambleDfa(FILE *f) {
|
|||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static
|
static
|
||||||
void describeNode(const NFA *n, const T *s, u16 i, FILE *f) {
|
void describeNode(UNUSED const NFA *n, UNUSED const T *s, UNUSED u16 i,
|
||||||
|
UNUSED FILE *f) {
|
||||||
}
|
}
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
|||||||
Reference in New Issue
Block a user