Skip to content
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

Static analysis: source/fe/fe_tools_extrapolate.cc #3555

Closed
bangerth opened this issue Nov 11, 2016 · 2 comments
Closed

Static analysis: source/fe/fe_tools_extrapolate.cc #3555

bangerth opened this issue Nov 11, 2016 · 2 comments

Comments

@bangerth
Copy link
Member

bangerth commented Nov 11, 2016

No description provided.

@bangerth bangerth changed the title Static analysis: /home/davydden/libs/deal.ii/source/fe/fe_tools_extrapolate.cc Static analysis: source/fe/fe_tools_extrapolate.cc Nov 11, 2016
@bangerth bangerth reopened this Nov 11, 2016
@bangerth
Copy link
Member Author

We should address these warnings and errors from the static analysis tool PVS:

source/fe/fe_tools_extrapolate.cc   450 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: quadrant.
source/fe/fe_tools_extrapolate.cc   459 err V730 Not all members of a class are initialized inside the constructor. Consider inspecting: quadrant.

In response to #3342.

@bangerth
Copy link
Member Author

quadrant is of type p4est_quadrant_t or p8est_quadrant_t, which is a C-style structure. There is no associated constructor. We also treat it as an opaque data type. So I'm afraid there is nothing we can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant