We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe0db9 commit 192e45eCopy full SHA for 192e45e
examples/posix/wh_posix_client/Makefile
@@ -39,7 +39,7 @@ ARCHFLAGS ?=
39
# Enable extra C compiler warnings
40
CFLAGS_EXTRA = -Werror -Wall -Wextra
41
# Place functions / data into separate sections to allow unused code removal
42
-CFLAGS_EXTRA += -ffunction-sections -fdata-sections -Wdeclaration-after-statement
+CFLAGS_EXTRA += -ffunction-sections -fdata-sections
43
44
# C standard to use (default to c90 if not specified)
45
CSTD ?= -std=c90
0 commit comments