upd makefile to compile for c2x

replace fallthrough comment with fallthrough attribute
This commit is contained in:
2024-07-09 12:59:46 +01:00
parent babec7abbb
commit d7d42e4b21
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
optopt);
exit(EXIT_FAILURE);
case 'h':
/* FALLTHROUGH */
[[fallthrough]];
default:
usage();
}