-
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
Warning - No break at the end of case #444
Comments
I think the break statement is not mandatory in switch-case clause. Which On Tuesday, October 13, 2015, Etienne Batise notifications@github.com
|
It falls into good pracitces to include |
I am open to this. Please submit a PR. |
@mloskot is right, I use -Wall with g++. |
Hi,
I'm using rapidJSON on a C++ project with Eclipse CDT. So the IDE finds warnings in some switch case statements in the rapidJSON library. It seems breaks are missing in the default statements here :
document.h
reader.h
reader.h
reader.h
reader.h
Is it something that is going to be fixed ?
The text was updated successfully, but these errors were encountered: