Make compiler warning go away

False positive about unused variable in GCC 5.2.0.
This commit is contained in:
Florian Dold 2015-11-24 10:56:34 +01:00
parent 2f9ae4aa80
commit 1ca54c5df1

View File

@ -676,6 +676,7 @@ serialize_melt_data (const struct MeltData *md,
unsigned int j; unsigned int j;
size = 0; size = 0;
asize = (size_t) -1; /* make the compiler happy */
buf = NULL; buf = NULL;
/* we do 2 iterations, #1 to determine total size, #2 to /* we do 2 iterations, #1 to determine total size, #2 to
actually construct the buffer */ actually construct the buffer */