We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Pedantic warnings do not work on Clang (cmake 3.2.3, OSX 10.10.4, Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)).
I've made some changes to the main CMakeLists.txt to support that, and also fixed the shadowing warnings that come up with FMT_PEDANTIC set to ON.
I'm issuing a pull request now.
The text was updated successfully, but these errors were encountered:
Good catch, thanks! Just one small comment in #191 .
Sorry, something went wrong.
0affb23
Merge pull request #191 from rpopescu/master
f9813c3
fixed #190 Argument shadowing and Clang pedantic support
No branches or pull requests
Hi,
Pedantic warnings do not work on Clang (cmake 3.2.3, OSX 10.10.4, Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)).
I've made some changes to the main CMakeLists.txt to support that, and also fixed the shadowing warnings that come up with FMT_PEDANTIC set to ON.
I'm issuing a pull request now.
The text was updated successfully, but these errors were encountered: