<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Visual Studio :: Today 'tunepolo' Leaned</title><link>https://tunepolo.github.io/til/visual-studio/index.html</link><description/><generator>Hugo</generator><language>ja-jp</language><atom:link href="https://tunepolo.github.io/til/visual-studio/index.xml" rel="self" type="application/rss+xml"/><item><title>コンパイル時の警告を抑制する</title><link>https://tunepolo.github.io/til/visual-studio/suppress_warning/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tunepolo.github.io/til/visual-studio/suppress_warning/index.html</guid><description>#pragma warning(push) // 今の設定を退避 (必要なら) #pragma warning(disable:4996) #pragma warning(disable:4068) // C4996とC4068は抑制される ... #pragma warning(pop) // 元の設定に戻す VC++2010のTIPSメモ</description></item><item><title>ライブラリリンク時に'pdbファイルがない'警告を抑制する</title><link>https://tunepolo.github.io/til/visual-studio/suppress_pdf_missing_warning/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tunepolo.github.io/til/visual-studio/suppress_pdf_missing_warning/index.html</guid><description>ライブラリ側のプロパティを下記のとおり変更する。&#10;[プロパティ]-&gt;[C/C++]-&gt;[デバッグ情報の生成]の項目をZiからZ7(C7互換)に変更</description></item></channel></rss>