Tuukka Pasanen
|
e66337288c
It seems that libhashkit is using /* fall through */ all ready so use same notation
|
5 years ago |
Tuukka Pasanen
|
f1862643c0
Correct case when there is break or return in line. They won't fall through
|
5 years ago |
Tuukka Pasanen
|
2dd6671dd6
Add comment: '/* fall-thru */' to needed places for preventing fall through error in GCC7 and above
|
5 years ago |
Felix Aronsson
|
585a04ec35
Add guards to only use pragmas on GCC 7+
|
6 years ago |
Felix Aronsson
|
f82fad8257
Add GCC pragmas to only warn on implicit fallthru
|
6 years ago |
Brian Aker
|
e7aa2faa8f
Adding support for deriving the unique value based on the data that is supplied by the client.
|
12 years ago |