Thread: Avisynth+
View Single Post
Old 23rd December 2017, 20:18   #3809  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
Quote:
Originally Posted by mcjordan View Post
Hmm... I don't know. I'm under Win7 and VS2017 15.5.2

Another (non-fatal) error that occurs during a compilation of a long time ago:
...
3>C:\AviSynthPlus\avs_core\filters\overlay\blend_common.cpp(384): warning C4309: 'argument': truncation of constant value
Yes, I know, fortunately it's only a warning, usually this type of warning is switched off temporarily by pragmas, which I have not done yet. (Like setting a 16 bit word to 0xFFFF while the parameter is "short" (signed 16 bit) type)
pinterf is offline