Opened 9 years ago
Closed 5 years ago
#8870 closed Bugs (fixed)
[spirit] GCC 4.8+ warns about unused local typedef
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
As a side effect of running the math test suite, I found out that GCC warned about an unused typedef.
Attachments (3)
Change History (9)
by , 9 years ago
Attachment: | boost-1.54.0-spirit-unused_typedef.patch added |
---|
by , 9 years ago
Attachment: | boost-1.54.0-spirit-unused_typedef-2.patch added |
---|
Another one, which gets triggered during the build.
comment:1 by , 8 years ago
Of the above patches, only the first hunk in the second patch is still relevant. It however needs a different fix (or maybe it always did, but I only noticed now).
comment:2 by , 8 years ago
Version: | Boost 1.54.0 → Boost 1.57.0 |
---|
comment:4 by , 6 years ago
comment:6 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
A fix