Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSVC 64-bit warning C4267 #3

Open
tbeu opened this issue Aug 8, 2018 · 0 comments
Open

MSVC 64-bit warning C4267 #3

tbeu opened this issue Aug 8, 2018 · 0 comments

Comments

@tbeu
Copy link

tbeu commented Aug 8, 2018

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

snprintf.c(723): warning C4267: '=': Konvertierung von 'size_t' nach 'long', Datenverlust möglich
snprintf.c(768): warning C4267: '=': Konvertierung von 'size_t' nach 'long', Datenverlust möglich
snprintf.c(858): warning C4267: '=': Konvertierung von 'size_t' nach 'char', Datenverlust möglich
snprintf.c(862): warning C4267: '=': Konvertierung von 'size_t' nach 'short', Datenverlust möglich
snprintf.c(866): warning C4267: '=': Konvertierung von 'size_t' nach 'long', Datenverlust möglich
snprintf.c(870): warning C4267: '=': Konvertierung von 'size_t' nach 'long', Datenverlust möglich
snprintf.c(885): warning C4267: '=': Konvertierung von 'size_t' nach 'long', Datenverlust möglich
snprintf.c(889): warning C4267: '=': Konvertierung von 'size_t' nach 'long', Datenverlust möglich
snprintf.c(893): warning C4267: '=': Konvertierung von 'size_t' nach 'int', Datenverlust möglich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant