Files
Walter Doekes bee2e3e720 main/say: Work around gcc 9 format-truncation false positive
Version: gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Warning:
  say.c:2371:24: error: ‘%d’ directive output may be truncated writing
    between 1 and 11 bytes into a region of size 10
    [-Werror=format-truncation=]
  2371 |     snprintf(buf, 10, "%d", num);
  say.c:2371:23: note: directive argument in the range [-2147483648, 9]

That's not possible though, as the if() starts out checking for (num < 0),
making this Warning a false positive.

(Also replaced some else<TAB>if with else<SP>if while in the vicinity.)

Change-Id: Ic7a70120188c9aa525a6d70289385bfce878438a
2020-10-30 07:26:19 -05:00
..
2020-05-05 09:22:51 -05:00
2019-08-01 16:22:01 -05:00
2020-05-05 09:22:51 -05:00
2020-05-05 09:22:51 -05:00
2020-04-06 10:58:11 -05:00
2019-08-01 16:22:01 -05:00
2017-10-24 17:17:53 -04:00
2020-06-10 13:56:03 -05:00
2017-12-20 12:54:13 -05:00
2019-12-17 14:11:52 +00:00
2016-11-01 12:37:58 -05:00
2020-06-10 13:56:03 -05:00
2020-06-10 13:56:03 -05:00
2018-06-23 00:27:06 -06:00
2018-07-20 05:20:25 -06:00