
5 Nov
2007
5 Nov
'07
4:08 p.m.
We compile our app with -Wunused-variables on the Mac with gcc 4.0. We get several unused variable warnings due to <boost/xpressive/regex_primitives.hpp>. Is there some facility for quieting these from xpressive itself? We currently are using #pragma unused ( eol, ...) to quiet the list of about 15 unused variables. Thanks, Jeff Flinn