]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Fix sheng64 dump compile issue in clang.
authorChang, Harry <harry.chang@intel.com>
Tue, 1 Sep 2020 07:04:04 +0000 (07:04 +0000)
committerKonstantinos Margaritis <markos@users.noreply.github.com>
Mon, 25 Jan 2021 12:13:13 +0000 (14:13 +0200)
src/nfa/shengdump.cpp

index e1e7fc9d73ea285574ec9d4e42ea7906bfcb805b..a81dc21a8814431caea21c3b79422d2b87b0182f 100644 (file)
@@ -367,7 +367,8 @@ void dumpDotPreambleDfa(FILE *f) {
 
 template <typename T>
 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 <>