Adding File::get_side_set_node_list
#153
Annotations
1 error and 8 warnings
c++ linter
Process completed with exit code 1.
|
src/exodusIIcppFile.cpp:280:9 [cppcoreguidelines-init-variables]:
src/exodusIIcppFile.cpp#L280
variable 'num_sides_in_set' is not initialized
|
src/exodusIIcppFile.cpp:281:5 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]:
src/exodusIIcppFile.cpp#L281
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
src/exodusIIcppFile.cpp:286:22 [bugprone-implicit-widening-of-multiplication-result]:
src/exodusIIcppFile.cpp#L286
performing an implicit widening conversion to type 'std::vector::size_type' (aka 'unsigned long') of a multiplication performed in type 'int'
|
src/exodusIIcppFile.cpp:287:5 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]:
src/exodusIIcppFile.cpp#L287
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
src/exodusIIcppFile.cpp:291:9 [readability-identifier-length]:
src/exodusIIcppFile.cpp#L291
variable name 'n' is too short, expected at least 3 characters
|
c++ linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze (cpp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze (cpp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|