cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: minor patch for multi.h

From: Mohun Biswas <m_biswas_at_mailinator.com>
Date: Tue, 18 Oct 2005 09:15:16 -0400

Mohun Biswas wrote:
> This is not exactly critical, but a bit of missing whitespace in
> curl/multi.h can cause a warning from the GNU 'indent' program:

You might wonder why anyone but Daniel would be running indent on
curl/multi.h. This is because I was debugging some complex code full of
of macros and includes so I hacked the makefile to build it like this:

        gcc -E foo.c | indent > tmpfoo.c
        gcc -c tmpfoo.c

Which emits the warning.

MB
Received on 2005-10-18