From 981c51c9dc2c44aeac3c0d3cd0787c3e52249755 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Tue, 14 Aug 2018 15:51:22 -0400 Subject: [PATCH] sockfs: suppress set but not used warnings --- kernel/fs/sockfs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/fs/sockfs/Makefile b/kernel/fs/sockfs/Makefile index 41241fa68a..4138e6ef8a 100644 --- a/kernel/fs/sockfs/Makefile +++ b/kernel/fs/sockfs/Makefile @@ -20,6 +20,7 @@ CERRWARN = -Wno-unused-label CERRWARN += -Wno-unused-variable CERRWARN += -Wno-unused-function CERRWARN += -Wno-unused-value +CERRWARN += -Wno-unused-but-set-variable CERRWARN += -Wno-uninitialized CERRWARN += -Wno-parentheses -- 2.11.4.GIT