From: Chang, Harry Date: Tue, 1 Sep 2020 07:04:04 +0000 (+0000) Subject: Fix sheng64 dump compile issue in clang. X-Git-Tag: vectorscan-v5.4.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a388a0f19360df6b0d93c858b2f9eb5e122ba559;p=thirdparty%2Fvectorscan.git Fix sheng64 dump compile issue in clang. --- diff --git a/src/nfa/shengdump.cpp b/src/nfa/shengdump.cpp index e1e7fc9d..a81dc21a 100644 --- a/src/nfa/shengdump.cpp +++ b/src/nfa/shengdump.cpp @@ -367,7 +367,8 @@ void dumpDotPreambleDfa(FILE *f) { template 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 <>