commit | 570fab5b5b2f01d74c13e48523a387aa25335bb7 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 18:28:27 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 18:28:27 2018 +0800 |
tree | bf66fb5b580c41b1bc5f05f4dda5fc82ba1fe97b | |
parent | 19e0c803b6739d04265f2367a5ed87ed01ca581a [diff] [blame] |
Turn up compiler warnings to max and fix them; one more indefinite length test
diff --git a/Makefile b/Makefile index c739908..6e7745f 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,4 @@ -CFLAGS=-I inc -I test -Os +CFLAGS=-I inc -I test -Os -Wall -Werror -pedantic-errors -Wextra -Wshadow QCBOR_OBJ=src/UsefulBuf.o src/qcbor_encode.o src/qcbor_decode.o src/ieee754.o