Unverified Commit 91b54d53 authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

tetragon: fix BPF compilation with clang 19 (#461758)

parents f0eabe38 46b8d9f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
  env = {
    LOCAL_CLANG = 1;
    LOCAL_CLANG_FORMAT = 1;
    NIX_CFLAGS_COMPILE = "-fno-stack-protector -Qunused-arguments";
    NIX_CFLAGS_COMPILE = "-fno-stack-protector -Qunused-arguments -Wno-default-const-init-var-unsafe";
  };

  buildPhase = ''