Opened 8 years ago
Closed 8 years ago
#10679 closed Bugs (fixed)
Unused parameter warnings in BOOST_FUSION_DEFINE_STRUCT_INLINE
Reported by: | anonymous | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | To Be Determined | Component: | fusion |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Expanding the BOOST_FUSION_DEFINE_STRUCT_INLINE macro leads to unused parameter warnings about 'it1' and 'it2', even when the boost include path is marked with -isystem.
The attached patch should avoid the warning.
Attachments (1)
Change History (6)
by , 8 years ago
Attachment: | boost-fusion-define-struct-inline-avoid-unused-parameter-warning.patch added |
---|
comment:1 by , 8 years ago
comment:4 by , 8 years ago
I believe that had done by ttps://github.com/boostorg/fusion/pull/22 . We can close this ticket.
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Could you do a pull request here instead? https://github.com/boostorg/fusion/tree/develop