$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Baus (christopher_at_[hidden])
Date: 2004-07-22 00:39:46
Ok this is bit off topic since it isn't directly related to boost, but I
know there are a lot C++ guru's here, and I'm sure one of you has
addressed this.
I am using Andrei's ScopeGuard and not boosts. I have googled, but I
haven't figured out how to turn off the "unused variable" warning in g++,
with out disabling all warnings. My guess is that there is no solution,
but I thought I would try here first.
TIA,
Christopher