diff options
Diffstat (limited to 'gprofng')
-rw-r--r-- | gprofng/src/gp-collect-app.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/src/gp-collect-app.cc b/gprofng/src/gp-collect-app.cc index afaae70..a40cf8f 100644 --- a/gprofng/src/gp-collect-app.cc +++ b/gprofng/src/gp-collect-app.cc @@ -848,7 +848,7 @@ collect::check_args (int argc, char *argv[]) } case 'O': overwriteExp = true; - __attribute__ ((fallthrough)); + /* FALLTHROUGH */ case 'o': if (precheck == 1) { |