mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
895 stars 200 forks source link

Use [[fallthrough]] directive in all fallthrough cases in switch statements #220

Closed AlexRamRam closed 1 year ago

AlexRamRam commented 1 year ago

Affected Branch

trunk

Basic Diagnostics

Description

Fix all instances of implicit fallthroughs in switch statements as per C++ Core Guidelines

Code of Conduct