Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the
-Wunused-parameter
build-time warning.
The methods of the `AstVisitor` base class defines interface only and have no implementation. These should be marked as `[[maybe_unused]]` to prevent propagate the build warnings. Signed-off-by: Igor Kononenko <[email protected]>
- Loading branch information