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

SKELETON::View: Fix member initialization #260

Merged

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented May 1, 2020

メンバ変数の初期化を変更してcppcheckの警告 (warning) Member variable 'View::XXX' is not initialized in the constructor. を修正します。

[src/skeleton/view.cpp:19]: (warning) Member variable 'View::m_width_client' is not initialized in the constructor.
[src/skeleton/view.cpp:19]: (warning) Member variable 'View::m_height_client' is not initialized in the constructor.

関連のpull request: #208

@ma8ma ma8ma added the bug バグの追跡 label May 1, 2020
@ma8ma ma8ma added this to In progress in State of JDim-v0.3.0+ via automation May 1, 2020
メンバ変数の初期化を変更してcppcheckの警告
(warning) Member variable 'View::XXX' is not initialized in the
constructor. を修正する。

[src/skeleton/view.cpp:19]: (warning) Member variable 'View::m_width_client' is not initialized in the constructor.
[src/skeleton/view.cpp:19]: (warning) Member variable 'View::m_height_client' is not initialized in the constructor.
@ma8ma ma8ma force-pushed the skeleton-view-fix-member-initialization branch from c15725a to 0466971 Compare May 1, 2020 13:37
@ma8ma ma8ma merged commit b92e38a into JDimproved:master May 1, 2020
State of JDim-v0.3.0+ automation moved this from In progress to Done May 1, 2020
@ma8ma ma8ma deleted the skeleton-view-fix-member-initialization branch May 1, 2020 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug バグの追跡
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant