Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-06-10 16:19:51 +00:00
parent dc1e9a8ec6
commit 48008a2fc9
1 changed files with 2 additions and 1 deletions

View File

@ -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)