$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2008-03-21 14:50:46
Robert Ramey wrote:
> [...] Just compile
> test_static_warning.cpp
> and tweak static_warning.hpp until you can get a warning message as
> opposed
> to silence or synax error.
Here are warnings on Tru64 with the fix in
<http://listarchives.boost.org/boost-testing/2008/03/5618.php>
cxx: Warning: test_static_warning.cpp, line 19: division by zero
cxx: Warning: test_static_warning.cpp, line 20: division by zero
cxx: Warning: test_static_warning.cpp, line 24: division by zero
cxx: Warning: test_static_warning.cpp, line 25: division by zero
Boris