pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] [patch] convert LZW filter to new API


From: jemarch
Subject: Re: [pdf-devel] [patch] convert LZW filter to new API
Date: Thu, 25 Jun 2009 18:02:05 +0200
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.92 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

   >    -AM_CFLAGS = -Wall -fno-strict-aliasing $(LIBGCRYPT_CFLAGS)
   >    +AM_CFLAGS = -Wall -fno-strict-aliasing -Wconversion $(LIBGCRYPT_CFLAGS)
   >
   > The -Wconversion option makes gcc to generate a lot of warnings in
   > both header files included from gnulib and our source code.  Is there
   > a particular reason to add that switch?
   That probably shouldn't have been merged. It often shows some useful bugs, 
but 
   also shows some unwarranted warnings.

I consider that option ideal for an activate->compile->look for
something fishy->deactivate process :)

   In the longer term, we should be using some more targeted warning
   flags, and trying to fix the warnings.

Agreed.

---
Jose E. Marchesi
address@hidden

GNU Project
http://www.gnu.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]