Remove the conversion warnings (#29)
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
diff --git a/Makefile b/Makefile
index adb38ba..ac2d30a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
#
-CFLAGS=-I inc -I test -Os -Wcast-align -Wall -Werror -pedantic-errors -Wextra -Wshadow -Wparentheses -Wconversion -xc -std=c99
+CFLAGS=-I inc -I test -Os -Wcast-align -Wall -Werror -pedantic-errors -Wextra -Wshadow -Wparentheses -xc -std=c99
QCBOR_OBJ=src/UsefulBuf.o src/qcbor_encode.o src/qcbor_decode.o src/ieee754.o