From 56a436d6dda87ff567c3fc051ff53281d55c2013 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Tue, 14 Aug 2018 15:51:59 -0400 Subject: [PATCH] specfs: suppress set but not used warnings --- kernel/fs/specfs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/fs/specfs/Makefile b/kernel/fs/specfs/Makefile index 109b0bf2ec..05f9a86236 100644 --- a/kernel/fs/specfs/Makefile +++ b/kernel/fs/specfs/Makefile @@ -7,5 +7,6 @@ SRCS= specsubr.c \ CERRWARN = -Wno-parentheses CERRWARN += -Wno-uninitialized +CERRWARN += -Wno-unused-but-set-variable .include -- 2.11.4.GIT