Skip to content

Commit

Permalink
Merge pull request #277 from PSPDFKit-labs/fix-switch-fallthrough
Browse files Browse the repository at this point in the history
Fix switch fall-through warning
  • Loading branch information
vitaut committed Feb 23, 2016
2 parents 209748f + 6178bc6 commit 2f12a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cppformat/format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ FMT_FUNC Arg fmt::internal::FormatterBase::do_get_arg(
break;
case Arg::NAMED_ARG:
arg = *static_cast<const internal::Arg*>(arg.pointer);
break;
default:
/*nothing*/;
}
Expand Down

0 comments on commit 2f12a32

Please sign in to comment.