From c409caa8873e25699fc10ae435e8d123685f28f3 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Jan 2022 22:36:09 +0800 Subject: ... --- src/parse/RecursiveDescentAlgorithm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/RecursiveDescentAlgorithm.cpp') diff --git a/src/parse/RecursiveDescentAlgorithm.cpp b/src/parse/RecursiveDescentAlgorithm.cpp index a6549f8a..8ff2571d 100644 --- a/src/parse/RecursiveDescentAlgorithm.cpp +++ b/src/parse/RecursiveDescentAlgorithm.cpp @@ -4,6 +4,7 @@ namespace cru::parse { bool RecursiveDescentAlgorithm::CanHandle(Grammar *grammar) const { + CRU_UNUSED(grammar); return true; } -- cgit v1.2.3