tiny-json/README-FIX.md
PetersSharp dc69989b99
update warnings about differ in signedness
- 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 *'
2018-05-14 02:32:02 +03:00

403 B

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 *'