We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cppcoreguidelines-init-variables
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
/Users/jviotti/Projects/core/src/core/json/json_value.cc:362:10: error: variable 'integral' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors] 1 | Real integral; | ^ | = NAN /Users/jviotti/Projects/core/src/core/jsonschema/frame.cc:1020:14: error: variable 'standalone' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors] 1020 | const bool standalone{std::all_of( | ^ | = false /Users/jviotti/Projects/core/src/core/uri/uri.cc:23:7: error: variable 'size' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors] 23 | int size; | ^ | = 0 /Users/jviotti/Projects/core/src/core/uri/uri.cc:51:15: error: variable 'error_position' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors] 51 | const char *error_position; | ^ | = nullptr
The text was updated successfully, but these errors were encountered:
style(clang-tidy): fix cppcoreguidelines init variables
716b0f8
fixes: sourcemeta#1663 Signed-off-by: Balakrishna Avulapati <bavulapati@gmail.com>
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: