From e9026cf18e912075a26b931805ab824b1c0e1ff8 Mon Sep 17 00:00:00 2001 From: rafagafe Date: Wed, 29 Aug 2018 17:57:36 +0200 Subject: [PATCH] Delete README-FIX.md --- README-FIX.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 README-FIX.md diff --git a/README-FIX.md b/README-FIX.md deleted file mode 100644 index cc97e58..0000000 --- a/README-FIX.md +++ /dev/null @@ -1,8 +0,0 @@ -# tiny-json update - -## update warnings: - -- tiny-json.c: In function 'parseString': -- tiny-json.c:124:13: warning: pointer targets in return differ in signedness [-Wpointer-sign] -- tiny-json.c:128:17: warning: pointer targets in passing argument 1 of 'getCharFromUnicode' differ in signedness [-Wpointer-sign] -- tiny-json.c:105:13: note: expected 'const char *' but argument is of type 'unsigned char *'