From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> Hi Jens, This is the v3 series of small fio cleanups and fixes. I dropped the patches about ENOMEM handling this time. I will resend those in a different series later because I think we have many places to fix them, so I will dedicate more time to it. There are 3 patches in this series: 1. Trivial indentation fix. 2. Small optimization for the JSON code. 3. Fix `-Wimplicit-fallthrough` warning when compiling with clang-15. Please review, thanks! Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- Ammar Faizi (3): backend: Fix indentation json: Change `if (!strlen(str))` to `if (!str[0])` Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy` Makefile | 6 +++++- backend.c | 2 +- json.c | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) base-commit: 5f2d43188c2d65674aaba6280e2a87107e5d7099 -- Ammar Faizi