Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only add -Wno-unused-but-set-variable flag when using clang >= 13.0.0
The flag is only available for clang versions >= 13.0.0 according to the manual for versions 12.0.1 and 13.0.0 - https://releases.llvm.org/12.0.1/tools/clang/docs/DiagnosticsReference.html - https://releases.llvm.org/13.0.0/tools/clang/docs/DiagnosticsReference.html
- Loading branch information