$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Baus (christopher_at_[hidden])
Date: 2004-07-22 12:29:46
>>
>> Unless I'm missing something, this should do the trick:
>>
>> g++ -c -O2 -Wall -Wno-unused-variable foo.cpp
>>
>>
Ok, I found the solution. I was looking for a pragma to do it, but the
solution for gcc is the use the unused attribute.
Cheers,
Christopher