Fixes the two warnings \bench\benchsystimer_windows.h(15) : warning C4099: 'BenchSysTimer' : type name first seen using ...
13 years, 1 month ago
(2011-10-03 20:30:27 UTC)
#1
Fixes the two warnings
\bench\benchsystimer_windows.h(15) : warning C4099: 'BenchSysTimer' : type name
first seen using 'class' now seen using 'struct'
\bench\benchsystimer_windows.cpp(45) : warning C4244: 'return' : conversion from
'ULONGLONG' to 'double', possible loss of data
On 2011/10/03 20:30:27, bungeman wrote: > Fixes the two warnings > > \bench\benchsystimer_windows.h(15) : warning ...
13 years, 1 month ago
(2011-10-03 20:32:09 UTC)
#2
On 2011/10/03 20:30:27, bungeman wrote:
> Fixes the two warnings
>
> \bench\benchsystimer_windows.h(15) : warning C4099: 'BenchSysTimer' : type
name
> first seen using 'class' now seen using 'struct'
>
> \bench\benchsystimer_windows.cpp(45) : warning C4244: 'return' : conversion
from
> 'ULONGLONG' to 'double', possible loss of data
LGTM
Issue 5164049: Fix two warnings.
(Closed)
Created 13 years, 1 month ago by bungeman
Modified 13 years, 1 month ago
Reviewers: bsalomon
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0