COIN-OR::LEMON - Graph Library

Opened 10 years ago

Closed 9 years ago

#519 closed defect (fixed)

VS2013 conversion warning in random.h

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.4 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

VS2013 reports the following warning (in 64bit mode):

E:\projects\LEMON\hg\main-test\lemon/random.h(202): warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data

Is is safe to suppress this warning?

Change History (1)

comment:1 Changed 9 years ago by Alpar Juttner

Resolution: fixed
Status: newclosed

It is fixed in [d51126dc39fa]. As of that version, LEMON compiles without warning with VS2013

Note: See TracTickets for help on using tickets.