add pragma macros,

silences -Wcast-function-type
This commit is contained in:
2024-07-09 15:57:38 +01:00
parent af98dead75
commit 39540e9c3e
2 changed files with 12 additions and 1 deletions

View File

@@ -33,6 +33,6 @@ $(BIN_DIR) $(OBJ_DIR):
pwsh -Command New-Item -Path $@ -ItemType Directory
clean:
pwsh -Command Remove-Item -Recurse $(EXE), $(OBJ_DIR)
pwsh -Command Remove-Item -Recurse $(EXE), $(OBJ_DIR) -force
-include $(OBJ:.o=.d)