cosmopolitan/tool
Jørgen Kvalsvik 206091617a
Don't pass unused args to printf (#311)
The final print does not print any content, only the byte-offset of the
end-block, which makes the A, B params unused. From gcc:

    bd.c:77:17: warning: too many arguments for format [-Wformat-extra-args]
        if (o) printf("%08x\n", o, A, B);
2021-11-13 01:10:45 -08:00
..
build Increase some quotas 2021-11-12 16:38:54 -08:00
decode Make numerous improvements 2021-09-28 01:52:34 -07:00
emacs Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Fix mistake with IsHeaderRepeatable 2021-11-12 20:54:30 -08:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Don't pass unused args to printf (#311) 2021-11-13 01:10:45 -08:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00