小さい頃はエラ呼吸

いつのまにやら肺で呼吸をしています。


2014-11-13から1日間の記事一覧

【cppcheck】error: Used file that is not opened.

はじめに C++の静的解析ツール「cppcheck」でソースコードを静的解析した場合に、以下の警告がでることがあります。 error: Used file that is not opened. cppcheckのバージョン v1.67 サンプルプログラム 以下のソースプログラムを解析にかけると表示され…

【cppcheck】error: Memory pointed to by 'fp' is freed twice.

はじめに C++の静的解析ツール「cppcheck」でソースコードを静的解析した場合に、以下の警告がでることがあります。 error: Memory pointed to by 'fp' is freed twice. cppcheckのバージョン v1.67 サンプルプログラム 以下のソースプログラムを解析にかけ…