summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-06-20 01:12:12 +0300
committerGordon Ross <gwr@nexenta.com>2018-04-01 17:48:01 -0400
commit7f24fc96855e7e749ca4e15ffdce8ea80fc94dbf (patch)
tree596dfa5251b59ead206f8354c2a89dd5fe1ad815
parentacca861ce6b8e9720b720b04d3880f44a3e10281 (diff)
downloadillumos-joyent-7f24fc96855e7e749ca4e15ffdce8ea80fc94dbf.tar.gz
9131 regexp.h: this statement may fall through
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Gordon Ross <gwr@nexenta.com>
-rw-r--r--usr/src/head/regexp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/head/regexp.h b/usr/src/head/regexp.h
index d224c5b2c4..5c6714caf4 100644
--- a/usr/src/head/regexp.h
+++ b/usr/src/head/regexp.h
@@ -289,7 +289,9 @@ compile(char *instring, char *ep, const char *endbuf, int seof)
*ep++ = (char)c;
continue;
}
+ /* FALLTHROUGH */
}
+ /* FALLTHROUGH */
/* Drop through to default to use \ to turn off special chars */
defchar: