in src/ujdecode.c [330:336]
static void releaseObject(void *context, JSOBJ obj) { struct DecoderState *ds = context; //NOTE: Fix for C4100 warning in L4 MSVC ds = NULL; obj = NULL; }