Opened 14 years ago
Closed 14 years ago
#2476 closed Bugs (duplicate)
#including boost/test/included/unit_test.hpp causes compile errors
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | test |
Version: | Boost 1.36.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In file included from /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/included/unit_test.hpp:19,
from /home/andyc/work/tiger/1/fsb/smb/v2/test/main.cpp:2:
/home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/debug.ipp:498: warning: unused parameter 'dsi' /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/debug.ipp:553: warning: unused parameter 'dsi' /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/debug.ipp:565: warning: unused parameter 'dsi' In file included from /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/included/unit_test.hpp:21,
from /home/andyc/work/tiger/1/fsb/smb/v2/test/main.cpp:2:
/home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/exception_safety.ipp:404: warning: unused parameter 'p' In file included from /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/included/unit_test.hpp:31,
from /home/andyc/work/tiger/1/fsb/smb/v2/test/main.cpp:2:
/home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/unit_test_main.ipp:103: warning: unused parameter 'tc_to_tun'
The attached patch fixes it.
Attachments (1)
Change History (3)
by , 14 years ago
comment:1 by , 14 years ago
Component: | None → test |
---|---|
Owner: | set to |
comment:2 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
These are fixed already I believe