bug-commoncpp
[Top][All Lists]
Advanced

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

Re: Compiler warnings; minor thread.h patch


From: David Sugar
Subject: Re: Compiler warnings; minor thread.h patch
Date: Thu, 2 Jan 2003 08:33:14 -0500
User-agent: KMail/1.4.3

Yes, this is the better way.  I will probably do this for the other Common C++ 
related libraries (ccScript, ccAudio, and ccRTP) as well...

On Monday 30 December 2002 16:19, Federico Montesino Pouzols wrote:
> I agree, I also prefer this solution.
>
> On Mon, Dec 30, 2002 at 06:11:36PM +0200, Albert Strasheim wrote:
> > Instead of an AM_CONDITIONAL, might I suggest something like the
> > following:
> >
> > if test $GCC = xyes; then
> >     WARN_FLAGS = -Wall -ansi -pedantic
> > else
> >     WARN_FLAGS =
> > fi
> > AC_SUBST(WARN_FLAGS)
> >
> > Then update the CFLAGS and CXXFLAGS in the various Makefile.am files and
> > just add $(WARN_FLAGS).
> >
> > Cheers,
> >
> > Albert
> >
> >
> > _______________________________________________
> > Bug-commoncpp mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/bug-commoncpp
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp




reply via email to

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