$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2007-11-05 11:08:09
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