diff options
Diffstat (limited to 'src/parse/RecursiveDescentAlgorithm.cpp')
-rw-r--r-- | src/parse/RecursiveDescentAlgorithm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |