From 99d671ecf87ac16e4f13ec3bd59786a8f51fddde Mon Sep 17 00:00:00 2001 From: mintsuki Date: Tue, 20 Jun 2023 16:24:27 +0200 Subject: [PATCH] build: Drop -Wno-deprecated-declarations flag --- common/GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/common/GNUmakefile b/common/GNUmakefile index 91a6417e..54648f8c 100644 --- a/common/GNUmakefile +++ b/common/GNUmakefile @@ -49,7 +49,6 @@ override CFLAGS_FOR_TARGET += \ -Wextra \ -Wshadow \ -Wvla \ - -Wno-deprecated-declarations \ $(WERROR_FLAG) \ -std=gnu11 \ -nostdinc \