小さい頃はエラ呼吸

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


【cppcheck】The code contains characters that are unhandled. Neither unicode nor extended ASCII are supported.

はじめに

C++の静的解析ツール「cppcheck」でソースコードを静的解析した場合に、以下の警告がでることがあります。

The code contains characters that are unhandled. Neither unicode nor extended ASCII are supported.

ソースコード中に、全角空白等の文字が存在した場合に、この警告が表示されます。