Silence some warnings.

This commit is contained in:
David Given
2024-10-13 23:39:03 +02:00
parent 76d139c29e
commit e07a906731
3 changed files with 7 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ clibrary(
"libhfs.h": "./libhfs/libhfs.h",
"os.h": "./libhfs/os.h",
},
cflags=["-Wno-pointer-sign"],
)