$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-11-19 05:54:55
The attached patch fixes an 'unused variable' warning with gcc. It's emitted
only in release mode, so I haven't found it previously.
It's rather important for me, since I run gcc with -Werror, and all warnings
are translated into errors.
- Volodya