diff options
author | Toomas Soome <tsoome@me.com> | 2017-07-16 16:53:03 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-04-06 15:43:51 -0400 |
commit | 430755dfc4bf5c4bf947290d2613a6c25d85ea0f (patch) | |
tree | a6a24f76f8fd3b0cfd2342ecff4cf66940419edc /usr/src | |
parent | 2c6689756b3cd3e79a883e8f28f2d8cb163126c7 (diff) | |
download | illumos-joyent-430755dfc4bf5c4bf947290d2613a6c25d85ea0f.tar.gz |
9371 poolstat: this statement may fall through
Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/pools/poolstat/poolstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/pools/poolstat/poolstat.c b/usr/src/cmd/pools/poolstat/poolstat.c index b52b68427f..a809a7fd45 100644 --- a/usr/src/cmd/pools/poolstat/poolstat.c +++ b/usr/src/cmd/pools/poolstat/poolstat.c @@ -160,6 +160,8 @@ static void sa_update(statistic_bag_t *, int); /* statistics printing function */ static void prt_pool_stats(poolstat_list_element_t *); +static void usage(void) __NORETURN; + static void usage(void) { |