[tlbuild] autosp.c compile fixes with -Werror...

Norbert Preining preining at logic.at
Tue Mar 13 00:57:21 CET 2018


Hi Bob,

> Well, I'll fix my code. Thanks. Is a new and more stringent
> compiler being used?

The changes are not necessary, but on Debian we automatically compile
with warnings turned to error. Here we are using gcc-7 at the moment and
gcc-8 is in preparation I guess.

The format string warning has been around since quite some time in Gcc,
and I have fixed most occurrences in web2c code. The point is to make
sure that if you don't have a format string then the string you want to
print could contain % directives which then are being tried to be
satisfied by printf etc etc.

The other was new to me, but well, error handling.

All the best

Norbert

--
PREINING Norbert                               http://www.preining.info
Accelia Inc.     +    JAIST     +    TeX Live     +    Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the tlbuild mailing list