|
Boost Testing : |
Subject: Re: [Boost-testing] -pedantic and -Wno-long-long
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-01-26 04:07:11
>Some testers use to add -pedantic to the cxxflags on GCC based compilers as
>gcc, pathscale and darwin.
>
>As a lot of libraries use long long inside his code, shouldn't these
>testers add also -Wno-lon-long ?
At least in theory as long as you're using boost::long_long_type and
boost::ulong_long_type in from config.hpp then this shouldn't cause you a
problem.
HTH, John.