Avoid unfounded warnings from GCC 7.2.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Sep 2017 02:44:48 +0000 (19:44 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Sep 2017 02:44:48 +0000 (19:44 -0700)
commit047d4a8e14cdbb50258bf8c5634db24a88767f24
treeb6287fc8533e1ffd89f566e4a974e8ebec35c150
parent34d33e60cba04371bf0705a2450a7768a7f6b876
Avoid unfounded warnings from GCC 7.2.

GCC thinks that these printf formats can produce output longer than the
buffer that is available for them.  I think that it is wrong, but it is
easy enough to use larger (or variable-length) buffers, so this commit
does that.
src/data/sys-file-writer.c
src/language/stats/descriptives.c