Mercurial > hg > piper-cpp
changeset 3:4fc5370786c8
Remove -Werror
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 27 Aug 2015 16:22:04 +0100 |
parents | abd27a29c734 |
children | 25499f505d0e |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Mar 17 13:13:29 2015 +0000 +++ b/Makefile Thu Aug 27 16:22:04 2015 +0100 @@ -3,7 +3,7 @@ OBJECTS := test.o vampipe_apply.o vampipe_types.o -CXXFLAGS := -Wno-unknown-pragmas -Iext -g -std=c++11 -Wall -Werror +CXXFLAGS := -Wno-unknown-pragmas -Iext -g -std=c++11 -Wall LDFLAGS += -lvamp-hostsdk -ldl