From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-11-01 18:34:05


On Friday 01 November 2002 04:33 pm, Matthew Galati wrote:
> does anyone know the pragma for turning this compiler warning off? or is
> this warning telling me something - do i need to configure my compiler
> differently?
>
> /home/mgalati/source/boost_1_29_0/boost/integer_traits.hpp:186: warning:
> ISO C++ does not support `long long'

-Wno-long-long on the command line

I don't think there's a pragma...

        Doug