libsheepy

C lib for handling text files, strings and json like data structure with an object oriented system
git clone https://spartatek.se/git/libsheepy.git
Log | Files | Refs | README | LICENSE

commit 0d7a8b4334b148c8eb29d08cb759fa6469727912
parent 8ca09b4d61745d52786da16a6f59c11c87add3d4
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri, 10 Jul 2020 20:31:45 +0200

fix compilation in gcc6

src/json/libsheepyCSmallJsonInternal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Msrc/json/libsheepyCSmallJsonInternal.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/json/libsheepyCSmallJsonInternal.h b/src/json/libsheepyCSmallJsonInternal.h @@ -167,7 +167,7 @@ declareRecycle(smallJsont); self->topIsA = TOP_IS_ARRAY;\ FALLTHRU;\ case TOP_IS_ARRAY:\ - FALLTHRU;\ + ;FALLTHRU;\ case TOP_IS_DICT:;\ allocValue;\ subSetJsonPath;\