diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-08-19 23:28:03 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-08-19 23:28:03 +0000 |
commit | d6a71adae7c90224e2a49f0edcd4fd52fa0a1b30 (patch) | |
tree | 3ff96fa9bd7aceaeb5c832c097788c80a98bee17 /pd/src/makefile | |
parent | 8892fb6aabcbfd2c4695c154c22751b5fe5c9004 (diff) |
Version 0.39-0test5. Bug fixes and more care about closing dirty windows
and quitting.
svn path=/trunk/; revision=3434
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 |