vdbemem.c(194) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
I could just turn off the appropriate warning with a VS pragma, but I'm wondering if there is a better option to make the compiler happy.
D
vdbemem.c(194) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
I could just turn off the appropriate warning with a VS pragma, but I'm wondering if there is a better option to make the compiler happy.
D