LoginSignup
0
0

More than 1 year has passed since last update.

【Visual Studio】"非推奨" とされた関数に対する警告をオフにする方法C4996

Last updated at Posted at 2022-08-16

〇エラー内容
コンパイラの警告 (レベル 3) C4996
"非推奨" とされた関数、クラス メンバー、変数、または typedef がコードで使用されています。

〇対処法
プロジェクトのプロパティ>C/C++>詳細設定> [指定の警告を無効にする]に 4996 を追加する。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0