Opened 10 years ago

Closed 9 years ago

#8479 closed Patches (fixed)

Make Boost.serialization compatible with Clang's -Wimplicit-fallthrough diagnostic.

Reported by: Alexander Kornienko <alexfh@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost Development Trunk Severity: Problem
Keywords: Cc: John Maddock

Description

Patch that inserts BOOST_FALLTHROUGH to annotate fallthrough between switch cases. Ticket with discussion of BOOST_FALLTHROUGH: #8408

Attachments (1)

serialization.patch (433 bytes ) - added by Alexander Kornienko <alexfh@…> 10 years ago.

Download all attachments as: .zip

Change History (3)

by Alexander Kornienko <alexfh@…>, 10 years ago

Attachment: serialization.patch added

comment:1 by Alexander Kornienko <alexfh@…>, 10 years ago

Correction: this specific patch adds a break;, not BOOST_FALLTHROUGH.

comment:2 by Robert Ramey, 9 years ago

Resolution: fixed
Status: newclosed

patched

Note: See TracTickets for help on using tickets.