spool: Clean up with gcc/clang specific features

This commit is contained in:
Nils O. Selåsdal
2026-04-07 20:59:33 +02:00
parent 4e28b2255c
commit a4547f6736
3 changed files with 40 additions and 27 deletions
+1 -1
View File
@@ -7,5 +7,5 @@
"$(workspaceFolder)/include/",
],
"C_Cpp.default.cStandard": "gnu99"
"C_Cpp.default.cStandard": "gnu17"
}