diff options
| author | yenatch <yenatch@gmail.com> | 2017-07-06 22:20:50 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2017-07-06 22:20:50 -0400 |
| commit | 8f1190efd62fcda55fd580e2609efbb055bc0d3d (patch) | |
| tree | c60fcd65afb446a8b459358edd48c5a60eba9376 /tools/aif2pcm | |
| parent | 3e6d1757d08b75c8f1c3fbad0947b6eeb28622c1 (diff) | |
Error on tool warnings
Diffstat (limited to 'tools/aif2pcm')
| -rw-r--r-- | tools/aif2pcm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aif2pcm/Makefile b/tools/aif2pcm/Makefile index 611c0e2df..967930c59 100644 --- a/tools/aif2pcm/Makefile +++ b/tools/aif2pcm/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra -Wno-switch -std=c11 -O2 -s +CFLAGS = -Wall -Wextra -Wno-switch -Werror -std=c11 -O2 -s LIBS = -lm |
