$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-10-13 03:07:28
Anthony Williams wrote:
> No. gcc shouldn't be warning about that.
gcc (mingw) also is warning about some other things
which are harmless:
once.cpp:157: 'mutex' might be used uninitialized in this function
thread.cpp:119: unused variable 'guard'
Perhaps we should suppress them?
Roland