Warning fix.

This commit is contained in:
David Given
2025-08-26 14:29:27 +02:00
committed by GitHub
parent 4b38fc6044
commit b05f5e7caa

View File

@@ -35,7 +35,7 @@ clibrary(
"./config.h", "./config.h",
"./src/adflib.h", "./src/adflib.h",
], ],
cflags=["-Idep/adflib", "-Idep/adflib/src"], cflags=["-Wno-stringop-overflow"],
hdrs={ hdrs={
"adf_blk.h": "./src/adf_blk.h", "adf_blk.h": "./src/adf_blk.h",
"adf_defs.h": "./src/adf_defs.h", "adf_defs.h": "./src/adf_defs.h",