Loading
tetragon: fix BPF compilation with clang 19
Add -Wno-default-const-init-var-unsafe flag to suppress errors about uninitialized const variables in BPF code. This issue occurs with newer versions of clang where BPF_CORE_READ macro expansion creates const variables that trigger the default-const-init-var-unsafe warning.