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

ArticleHash: Fix member initialization #269

Merged

Commits on May 6, 2020

  1. ArticleHash: Fix member initialization

    メンバ変数の初期化を変更してcppcheckの警告
    (warning) Member variable 'ArticleHash::XXX' is not initialized in
    the constructor. を修正する。
    
    [src/dbtree/articlehash.cpp:20]: (warning) Member variable 'ArticleHash::m_it_hash' is not initialized in the constructor.
    [src/dbtree/articlehash.cpp:20]: (warning) Member variable 'ArticleHash::m_it_pos' is not initialized in the constructor.
    [src/dbtree/articlehash.cpp:20]: (warning) Member variable 'ArticleHash::m_it_size' is not initialized in the constructor.
    ma8ma committed May 6, 2020
    Configuration menu
    Copy the full SHA
    2d9d35e View commit details
    Browse the repository at this point in the history