Make compilation unit rtengine/cJSON.c -Wextra clean, #4155

This commit is contained in:
heckflosse 2017-10-25 12:56:23 +02:00
parent ba63016e98
commit 87c109a10e

View File

@ -31,6 +31,7 @@
#include <limits.h>
#include <ctype.h>
#include "cJSON.h"
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
static const char *ep;