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
g++ complains:
../src/nlsat/nlsat_simplify.cpp:156:25: warning: 5 enumeration values not handled in switch: 'ROOT_EQ', 'ROOT_LT', 'ROOT_GT'... [-Wswitch] switch (a.get_kind()) { ^~~~~~~~~~~~ ../src/nlsat/nlsat_simplify.cpp:156:25: note: add missing switch cases switch (a.get_kind()) {
Perhaps unreachable code, but would be good to add explicit matches and error out just in case.
The text was updated successfully, but these errors were encountered:
5f6bb3d
No branches or pull requests
g++ complains:
Perhaps unreachable code, but would be good to add explicit matches and error out just in case.
The text was updated successfully, but these errors were encountered: