Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbaa6fa2

Browse files
committed
remove "no break" comments which are equivalent to "fall through"
1 parentb2c0002 commitbaa6fa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎vops.c‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,11 +1494,9 @@ static uint32 murmur_hash3_32(const void* key, const int len, const uint32 seed)
14941494
{
14951495
case3:
14961496
k1 ^=tail[2] <<16;
1497-
/* no break */
14981497
/* fall through */
14991498
case2:
15001499
k1 ^=tail[1] <<8;
1501-
/* no break */
15021500
/* fall through */
15031501
case1:
15041502
k1 ^=tail[0];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp