From 48008a2fc96a94caa498c0038b4b7ecbe8dccded Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 10 Jun 2026 16:19:51 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- src/bisonpre | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bisonpre b/src/bisonpre index 36db4b48f..5db061a5a 100755 --- a/src/bisonpre +++ b/src/bisonpre @@ -154,7 +154,8 @@ def clean_output(filename: str, outname: str, is_output: bool, is_c: bool) -> No if modify: out.insert(-1, ifdefined) out.insert(-1, " _Pragma (\"GCC diagnostic push\")\n") - out.insert(-1, + out.insert( + -1, " _Pragma (\"GCC diagnostic ignored \\\"-Wfree-nonheap-object\\\"\")\n") out.insert(-1, endif) out.append(line)