hi, using gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) 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' thanks, matt
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
participants (2)
-
Douglas Gregor
-
Matthew Galati