Skip to content

Commit 489c792

Browse files
committed
Temp disable -Wdeclaration-after-statement for POSIX client
1 parent 568732a commit 489c792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/posix/wh_posix_client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ARCHFLAGS ?=
3939
# Enable extra C compiler warnings
4040
CFLAGS_EXTRA = -Werror -Wall -Wextra
4141
# Place functions / data into separate sections to allow unused code removal
42-
CFLAGS_EXTRA += -ffunction-sections -fdata-sections -Wdeclaration-after-statement
42+
CFLAGS_EXTRA += -ffunction-sections -fdata-sections
4343

4444
# C standard to use (default to c90 if not specified)
4545
CSTD ?= -std=c90

0 commit comments

Comments
 (0)