Opened 10 years ago
Closed 10 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?
Note: See
TracTickets for help on using
tickets.
It is fixed in [d51126dc39fa]. As of that version, LEMON compiles without warning with VS2013