]> sourceware.org Git - systemtap.git/commit
rhbz1737589: add /* fallthru */ to satisfy gcc 9's -Wimplicit-fallthrough
authorFrank Ch. Eigler <fche@redhat.com>
Sun, 11 Aug 2019 15:00:27 +0000 (15:00 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Sun, 11 Aug 2019 15:00:27 +0000 (15:00 +0000)
commit910acbe2663d7432e38ee3563c56dfd10b05b7db
tree89ada9210ce106f46a94b07e1aacedac5af69b2a
parent6cf45dc87951dec85435c20f4ed30a2b6954ed35
rhbz1737589: add /* fallthru */ to satisfy gcc 9's -Wimplicit-fallthrough

We need annotate switch statements with deliberate case-to-case fallthroughs.
runtime/vsprintf.c
This page took 0.025557 seconds and 5 git commands to generate.