ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

Suppress warning C26495 #180

Closed HashidaTKS closed 2 months ago

HashidaTKS commented 2 months ago

Which issue(s) this PR fixes:

42

What this PR does / why we need it:

Suppress warning like below.

重大度レベル  コード 説明  プロジェクト  ファイル    行   抑制状態    詳細
警告  C26495  変数 'CTabWnd::m_ptSrcCursor' が初期化されていません。メンバー変数は必ず初期化してください (type.6)。    Sazabi  C:\gitdir\Chronos\CTabWnd.cpp   459     

How to verify the fixed issue:

The warning is suppressed

Regression test