Skip to content
GitLab
Explore
Sign in
Fix clang warnings.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Goetz Gaycken
requested to merge
goetz/athena:ExpressionParser_master_fix_clang_warnings
into
master
Mar 16, 2021
Overview
4
Commits
1
Pipelines
1
Changes
3
Expand
Fix clang warnings concerning:
unused arguments (also changed other places to [[maybe_unused]]),
side effects of typeid usage, and
unused variable.
Merge request reports
Loading