Re: syntax-check hits on gnulib itself

2008-09-08 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> Any objections to this patch? > > Yes, I object. > > Some people/projects prefer implicit conversions over explicit casts (e.g. > Paul, coreutils). Some people/projects prefer explicit casts over implicit > conversions (e.g. me,

Re: syntax-check hits on gnulib itself

2008-09-03 Thread jemarch
> I ran 'make syntax-check' (from gnulib's maint.mk) and it detected some > problems in code in gnulib itself These are not problems in the code. You better avoid to apply this coding conventions checker against a file that is written with different coding conventions. Just a litt

Re: syntax-check hits on gnulib itself

2008-09-03 Thread Bruno Haible
Simon Josefsson wrote: > Any objections to this patch? Yes, I object. Some people/projects prefer implicit conversions over explicit casts (e.g. Paul, coreutils). Some people/projects prefer explicit casts over implicit conversions (e.g. me, gettext). We've discussed this issue on this list a few