Project

General

Profile

Actions

整備 #3902

closed

C4244警告の発生箇所を修正する

Added by n-miyamoto over 8 years ago. Updated over 8 years ago.

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

100%

Estimated time:

Description

__int64をintに変換するときに警告が発生するため、intをsize_tに修正する。

Actions #1

Updated by n-miyamoto over 8 years ago

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

Logger.hのintをsize_tに変更可能な個所は修正した。

size_t bytes_to_write;

引数にint型、あるいは戻り値がint型の場合はint型にキャストするように明示した。

this->pbump((int)(this->pbase() - this->pptr()));
Actions #2

Updated by n-ando over 8 years ago

  • Status changed from 解決 to 終了

Cスタイルのキャストだったので、static_castに置き換え。

Actions

Also available in: Atom PDF