Opened 7 years ago
Closed 7 years ago
#11635 closed Bugs (fixed)
Unused local typedefs warnings from Clang
Reported by: | anonymous | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | static_assert |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
With full warnings enabled, Clang warns about unused local typedefs for BOOST_STATIC_ASSERT().
Trivial patch is attached.
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | unused-typedef.patch added |
---|
comment:1 by , 7 years ago
I guess this is already fixed on the "develop" branch, since Clang defines __GNUC__ == 4
... Any thoughts of merging to master someday?
Note:
See TracTickets
for help on using tickets.
Trivial patch to fix unused typedef warnings from Clang