value: Suppress uninitialized tmp.s warning in value_resize().
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 31 Aug 2020 17:29:52 +0000 (10:29 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 31 Aug 2020 18:03:32 +0000 (11:03 -0700)
commit43651d5172feaaa5b145d51947c3141b97e3b208
tree387b322ef770d0cc5a097c72d16e0b8260a5ba3e
parente5e3339632dd5e2026b9cd7ee85b5581ba39c922
value: Suppress uninitialized tmp.s warning in value_resize().

This warning is wrong, but it should not cause a performance problem to
avoid it.  Encountered with GCC 10.x.
src/data/value.c