From 078b67683613d8f066a2955802b46a4b27eb642e Mon Sep 17 00:00:00 2001 From: Mantas Pucka Date: Tue, 10 Dec 2024 13:24:39 +0200 Subject: [PATCH 16/17] nss-dp: disable warnings to support linux-6.12 Linux 6.12 adds these new warnings which become build errors Signed-off-by: Mantas Pucka --- Makefile | 1 + 1 file changed, 1 insertion(+) --- a/Makefile +++ b/Makefile @@ -90,4 +90,5 @@ endif ccflags-y += $(NSS_DP_INCLUDE) ccflags-y += -Wall -Werror +ccflags-y += -Wno-missing-prototypes -Wno-missing-declarations ccflags-y += -DEDMA_DEBUG_LEVEL=2