build: Drop -Wno-deprecated-declarations flag

This commit is contained in:
mintsuki 2023-06-20 16:24:27 +02:00
parent 7882d89b4e
commit 99d671ecf8
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ override CFLAGS_FOR_TARGET += \
-Wextra \
-Wshadow \
-Wvla \
-Wno-deprecated-declarations \
$(WERROR_FLAG) \
-std=gnu11 \
-nostdinc \