Project

General

Profile

Actions

整備 #3900

closed

C4290警告を抑制する

Added by n-miyamoto about 9 years ago. Updated about 9 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
-
Start date:
02/07/2017
Due date:
% Done:

100%

Estimated time:

Description

InPortBase.hとOutPortBase.hでC4290警告が発生する箇所があるため、#pragma warning( disable : 4290 )を追加して警告を抑制する。

Actions #1

Updated by n-miyamoto about 9 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

InPortBase.hとOutPortBase.hに以下を追加し警告を抑制した。

#ifdef WIN32
#pragma warning( push ) 
#pragma warning( disable : 4290 )
#endif

~~~~

#ifdef WIN32
#pragma warning( pop )
#endif
Actions #2

Updated by n-ando about 9 years ago

  • Status changed from 解決 to 終了
Actions

Also available in: Atom PDF