From: Ralph Corderoy Date: Thu, 17 Aug 2017 10:35:51 +0000 (+0100) Subject: cpnumber(): Cast desired width to size_t to silence gcc's warning. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/ac0bb0e1e19bedfd9d7105db0aad1cdfc5ef994f?hp=ac0bb0e1e19bedfd9d7105db0aad1cdfc5ef994f cpnumber(): Cast desired width to size_t to silence gcc's warning. Add a comment on `wid = -wid' that it's OK because wid's value was originally a short so won't remain the same value. ---