<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>replication</author_name>
  <author_url>https://blog.hatena.ne.jp/replication/</author_url>
  <blog_title>小さい頃はエラ呼吸</blog_title>
  <blog_url>https://replication.hatenablog.com/</blog_url>
  <categories>
    <anon>c++</anon>
  </categories>
  <description>はじめに C++の静的解析ツール「cppcheck」でソースコードを静的解析した場合に、以下の警告がでることがあります。 warning: Redundant assignment of 'xxx' to itself. cppcheckのバージョン v1.67 サンプルプログラム 以下のソースプログラムを解析にかけると表示されます。 #include &quot;stdafx.h&quot; #include &lt;windows.h&gt; #include &lt;stdio.h&gt; #include &lt;conio.h&gt; int _tmain(int argc, _TCHAR* argv[]) { int hoge = 0;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Freplication.hatenablog.com%2Fentry%2F2014%2F11%2F05%2F014813&quot; title=&quot;【cppcheck】warning: Redundant assignment of &amp;#39;xxx&amp;#39; to itself. - 小さい頃はエラ呼吸&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-11-05 01:48:13</published>
  <title>【cppcheck】warning: Redundant assignment of 'xxx' to itself.</title>
  <type>rich</type>
  <url>https://replication.hatenablog.com/entry/2014/11/05/014813</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
