diff options
Diffstat (limited to 'pd/src/makefile')
-rw-r--r-- | pd/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/makefile b/pd/src/makefile index 9a560285..433bbb6c 100644 --- a/pd/src/makefile +++ b/pd/src/makefile @@ -24,7 +24,7 @@ WARN_CFLAGS = -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch ARCH_CFLAGS = -DPD -CFLAGS = -Werror $(ARCH_CFLAGS) $(WARN_CFLAGS) $(OPT_CFLAGS) $(MORECFLAGS) +CFLAGS = -Werror -Wdeclaration-after-statement $(ARCH_CFLAGS) $(WARN_CFLAGS) $(OPT_CFLAGS) $(MORECFLAGS) # the sources |