fix sourcemod build

This commit is contained in:
Robin Appelman 2024-03-01 23:47:10 +01:00
commit 3ceff210d1
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ in
pname = "sourcemod";
version = "1.11";
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-const-int-float-conversion -Wno-error=tautological-overlap-compare";
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-const-int-float-conversion -Wno-error=tautological-overlap-compare -Wno-error=deprecated-non-prototype";
src = fetchFromGitHub {
owner = "alliedmodders";