Files
scylladb/tools
Avi Kivity fd8beeaea9 treewide: handle switch statements that return
A switch statement where every case returns triggers a gcc
warning if the surrounding function doesn't return/abort.

Fix by adding an abort(). The abort() will never trigger since we
have a warning on unhandled switch cases.
2021-10-10 18:16:50 +03:00
..
2021-07-30 13:58:45 +03:00
2021-09-07 15:47:22 +03:00
2021-09-15 12:55:54 +03:00