From 58503d8bf67a6563cb163b9988e707533d6d257e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 22 Apr 2023 22:50:32 +0300 Subject: Fix a few -Wextra compilation warnings. --- interpret.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'interpret.h') 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; -- cgit v1.2.1