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)
Change History (4)
by , 15 years ago
Attachment: | boost_1_34warnings_patch.txt added |
---|
by , 15 years ago
Attachment: | boost_1_34warnings_patch2.txt added |
---|
Updated patch. Removed GetProcAddress fix.
comment:1 by , 15 years ago
Owner: | set to |
---|
The GetProcAddress fix is a duplicate of ticket #996. We'll handle it there.
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied. Removed commented else in date_time per Jeff Garland.
Note:
See TracTickets
for help on using tickets.
Patch to allow compilation with stricter warning level under gcc and mac os