mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-18 09:13:31 +00:00
upd makefile to compile for c2x
replace fallthrough comment with fallthrough attribute
This commit is contained in:
@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
|
||||
optopt);
|
||||
exit(EXIT_FAILURE);
|
||||
case 'h':
|
||||
/* FALLTHROUGH */
|
||||
[[fallthrough]];
|
||||
default:
|
||||
usage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user