Opened 15 years ago

Closed 15 years ago

#992 closed Patches (fixed)

Patches to allow boost 1.34.0 to compile with stricter warning checking under mac OS and gcc

Reported by: Mat Marcus Owned by: Thomas Witt
Milestone: Boost 1.34.1 Component: Building Boost
Version: Boost 1.34.0 Severity: Problem
Keywords: gcc warning strict mac Cc:

Description

Patch to allow compilation under mac os and gcc with : -Werror -Wall -Wno-trigraphs -Wreturn-type -Wnon-virtual-dtor -Woverloaded-virtual -Wformat -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare

Attachments (2)

boost_1_34warnings_patch.txt (6.9 KB ) - added by Mat Marcus 15 years ago.
Patch to allow compilation with stricter warning level under gcc and mac os
boost_1_34warnings_patch2.txt (6.1 KB ) - added by Thomas Witt 15 years ago.
Updated patch. Removed GetProcAddress fix.

Download all attachments as: .zip

Change History (4)

by Mat Marcus, 15 years ago

Patch to allow compilation with stricter warning level under gcc and mac os

by Thomas Witt, 15 years ago

Updated patch. Removed GetProcAddress fix.

comment:1 by Thomas Witt, 15 years ago

Owner: set to Thomas Witt

The GetProcAddress fix is a duplicate of ticket #996. We'll handle it there.

comment:2 by Thomas Witt, 15 years ago

Resolution: fixed
Status: newclosed

Patch applied. Removed commented else in date_time per Jeff Garland.

Note: See TracTickets for help on using tickets.