mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
20 lines
601 B
Diff
20 lines
601 B
Diff
From 078b67683613d8f066a2955802b46a4b27eb642e Mon Sep 17 00:00:00 2001
|
|
From: Mantas Pucka <mantas@8devices.com>
|
|
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 <mantas@8devices.com>
|
|
---
|
|
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
|