$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-09-25 06:50:26
>I currently have need of this for Boost.Threads, so... Any thoughts
>or comments on this?
Just a thought but whats wrong with:
(void) parameter_name;
which suppresses the warning and doesn't generate any code, even when
inline expansions are turned off in the compiler....
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/