selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end to CFLAGS.

-Wall and -Wflex-array-member-not-at-end caught some warnings that
will be fixed in later patches.

Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250811215432.3379570-2-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
pull/1354/merge
Kuniyuki Iwashima 2025-08-11 21:53:04 +00:00 committed by Jakub Kicinski
parent fd9faac372
commit 1838731f10
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CFLAGS += $(KHDR_INCLUDES) CFLAGS += $(KHDR_INCLUDES) -Wall -Wflex-array-member-not-at-end
TEST_GEN_PROGS := diag_uid msg_oob scm_inq scm_pidfd scm_rights unix_connect TEST_GEN_PROGS := diag_uid msg_oob scm_inq scm_pidfd scm_rights unix_connect
include ../../lib.mk include ../../lib.mk