summaryrefslogtreecommitdiffstats
path: root/host/commands/emugen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/emugen/main.cpp')
-rw-r--r--host/commands/emugen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/commands/emugen/main.cpp b/host/commands/emugen/main.cpp
index 5408617a1..6200349f7 100644
--- a/host/commands/emugen/main.cpp
+++ b/host/commands/emugen/main.cpp
@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
break;
case ':':
fprintf(stderr, "Missing argument !!\n");
- // fall through
+ [[fallthrough]];
default:
usage(argv[0]);
exit(0);