This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: non-POD type warning with vararg (...)
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Lourens Janse van Rensburg <Lourens dot jansevanRensburg at intec dot co dot za>, gcc-help at gcc dot gnu dot org
- Date: Wed, 20 Oct 2004 09:08:36 -0500
- Subject: Re: non-POD type warning with vararg (...)
- References: <9F6C06DD358A58458921D913A8C8BF7A7C308B@itszaex01.intec.co.za>
Hi Lourens,
This will do it...
g++ -Werror foo.cpp
HTH,
--Eljay