diff options
Diffstat (limited to 'mp3cast~/Makefile')
-rw-r--r-- | mp3cast~/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3cast~/Makefile b/mp3cast~/Makefile index 799788e..610423e 100644 --- a/mp3cast~/Makefile +++ b/mp3cast~/Makefile @@ -61,7 +61,7 @@ pd_linux: $(NAME).pd_linux .SUFFIXES: .pd_linux
LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Werror \
+ -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I../../src
|