summaryrefslogtreecommitdiff
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-04-22 22:50:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-04-22 22:50:32 +0300
commit58503d8bf67a6563cb163b9988e707533d6d257e (patch)
treebc30d7bea0e445454841afcb5fe33b5cafd9e32a /interpret.h
parent93d8f65d4730cf93a66877c1cba71e3e7f888d9a (diff)
downloadgawk-58503d8bf67a6563cb163b9988e707533d6d257e.tar.gz
Fix a few -Wextra compilation warnings.
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/interpret.h b/interpret.h
index 70195d96..9ffa5bbd 100644
--- a/interpret.h
+++ b/interpret.h
@@ -275,8 +275,7 @@ uninitialized_scalar:
PUSH(m);
break;
}
- /* else
- fall through */
+ /* fall through */
case Op_push_array:
PUSH(pc->memory);
break;