Issue information

Issue ID
#7691
Status
Invalid
Severity
None
Started
evilpuncker
Sep 7, 2013 1:43
Last Post
Ind
Sep 7, 2013 17:33
Confirmation
Yes (0)
No (1)

evilpuncker - Sep 7, 2013 1:43

3>c:\users\desktop\src\map\script.c(1052): warning C4244: 'function' : conversion from '__int64' to 'int', possible loss of data


compiling with msvc 2012 at win 7 34 bits

bgamez23 - Sep 7, 2013 2:11

unable to produce for windows 32 bit os.

Haru - Sep 7, 2013 4:31

I'm not sure how this can be possible. There's already an explicit cast in place, in order to remove that warning (commit 184ad8a5c0c7930d73572156006a1ad069f86764). Can you check if line 1052 of your scripts.c is:[code=auto:0]add_scripti((int)i);[/code]Also, by 'win 7 34 bits', do you mean 32? or 64?

evilpuncker - Sep 7, 2013 5:41

ooooooooooh, nvm, sorry, mark as invalid, I'm very very sorry :P