Opened 14 years ago

Closed 14 years ago

#2476 closed Bugs (duplicate)

#including boost/test/included/unit_test.hpp causes compile errors

Reported by: ANDREW CHITTENDEN <andyc@…> 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)

x.patch (1.4 KB ) - added by ANDREW CHITTENDEN <andyc@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

by ANDREW CHITTENDEN <andyc@…>, 14 years ago

Attachment: x.patch added

comment:1 by Marshall Clow, 14 years ago

Component: Nonetest
Owner: set to Gennadiy Rozental

comment:2 by Gennadiy Rozental, 14 years ago

Resolution: duplicate
Status: newclosed

These are fixed already I believe

Note: See TracTickets for help on using tickets.