Make compiler warning go away
False positive about unused variable in GCC 5.2.0.
This commit is contained in:
parent
2f9ae4aa80
commit
1ca54c5df1
@ -676,6 +676,7 @@ serialize_melt_data (const struct MeltData *md,
|
||||
unsigned int j;
|
||||
|
||||
size = 0;
|
||||
asize = (size_t) -1; /* make the compiler happy */
|
||||
buf = NULL;
|
||||
/* we do 2 iterations, #1 to determine total size, #2 to
|
||||
actually construct the buffer */
|
||||
|
Loading…
Reference in New Issue
Block a user