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)

unused-typedef.patch (512 bytes ) - added by lopresti@… 7 years ago.
Trivial patch to fix unused typedef warnings from Clang

Download all attachments as: .zip

Change History (3)

by lopresti@…, 7 years ago

Attachment: unused-typedef.patch added

Trivial patch to fix unused typedef warnings from Clang

comment:1 by lopresti@…, 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?

comment:2 by John Maddock, 7 years ago

Resolution: fixed
Status: newclosed

Done. Thanks for the reminder.

Note: See TracTickets for help on using tickets.