c99-snprintf icon indicating copy to clipboard operation
c99-snprintf copied to clipboard

MSVC 64-bit warning C4244

Open tbeu opened this issue 7 years ago • 0 comments

Visual Studio 2010 prints the C4244 conversion warnings on warning level /W3

snprintf.c(1184): warning C4244: '=': Konvertierung von 'long double' in 'unsigned long', möglicher Datenverlust
snprintf.c(1436): warning C4244: '=': Konvertierung von 'long double' in 'unsigned long', möglicher Datenverlust

tbeu avatar Aug 08 '18 10:08 tbeu