diff options
| author | Jacob Keller <[email protected]> | 2017-07-10 13:23:07 -0700 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2017-10-02 07:54:00 -0700 |
| commit | 523a0b558db4ca205522976077911e5efe235781 (patch) | |
| tree | f5d0e709072da569f9430adb06f944f0697b0021 /tools/perf/scripts/python/futex-contention.py | |
| parent | b94dd008c401fc73a8d843e3219356255f40c1ed (diff) | |
fm10k: add missing fall through comment
Newer versions of GCC starting with 7 now additionally warn when a case
statement may fall through without an explicit comment mentioning it.
Add such a comment to silence the warning, as this is expected.
Unfortunately the comment must come directly before the next case
statement, so we put it outside the #ifdef. Otherwise, the compiler
cannot properly detect it and thus the warning is displayed regardless.
Signed-off-by: Jacob Keller <[email protected]>
Tested-by: Krishneil Singh <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions