Actions
Bug #1588
closedunneeded-internal-declaration warning in tests/main.cpp
Start date:
05/10/2014
Due date:
% Done:
100%
Estimated time:
Description
OSX 10.9 with Apple LLVM version 5.0 (clang-500.2.79)
In file included from ../tests/main.cpp:28:
In file included from /opt/local/include/boost/test/unit_test.hpp:19:
/opt/local/include/boost/test/test_tools.hpp:309:18: error: variable 'dummy_cond' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
namespace { bool dummy_cond = false; }
^
1 error generated.
In file included from ../tests/global-configuration.cpp:25:
In file included from ../tests/test-common.hpp:28:
In file included from /opt/local/include/boost/test/unit_test.hpp:19:
/opt/local/include/boost/test/test_tools.hpp:309:18: error: variable 'dummy_cond' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
namespace { bool dummy_cond = false; }
^
1 error generated.
Waf: Leaving directory `/Users/shijunxiao/code/NFD/build'
Build failed
-> task in 'unit-tests-main' failed (exit status 1):
{task 4351412304: cxx main.cpp -> main.cpp.1.o}
['/usr/bin/g++', '-std=c++03', '-pedantic', '-Wall', '-Wno-long-long', '-O0', '-g3', '-fcolor-diagnostics', '-Werror', '-I/Users/shijunxiao/code/NFD/build', '-I/Users/shijunxiao/code/NFD', '-I/Users/shijunxiao/code/NFD/build/core', '-I/Users/shijunxiao/code/NFD/core', '-I/opt/local/include', '-I/usr/local/include', '../tests/main.cpp', '-c', '-o', 'tests/main.cpp.1.o']
-> task in 'unit-tests-main' failed (exit status 1):
{task 4351413008: cxx global-configuration.cpp -> global-configuration.cpp.1.o}
['/usr/bin/g++', '-std=c++03', '-pedantic', '-Wall', '-Wno-long-long', '-O0', '-g3', '-fcolor-diagnostics', '-Werror', '-I/Users/shijunxiao/code/NFD/build', '-I/Users/shijunxiao/code/NFD', '-I/Users/shijunxiao/code/NFD/build/core', '-I/Users/shijunxiao/code/NFD/core', '-I/opt/local/include', '-I/usr/local/include', '../tests/global-configuration.cpp', '-c', '-o', 'tests/global-configuration.cpp.1.o']
Actions