-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Warnings In Clang #473
Comments
Can you provide the flags you have chosen? |
Btw, if you don't want rapidjson to produce any warnings in your program, you can specify path to rapidjson header files with |
I've been using -isystem to work around it. I use the same flags (minus the missing-field one), but I also use -Weverything and -pedantic-errors |
I will try to fix |
When compiling rapidjson from Clang 3.4.2 with all warning and error flags enabled, I get the warnings included in the attached buglisting.
rapidjson-bugs.txt
The text was updated successfully, but these errors were encountered: