EGL: Add -Wno-misleading-indentation for cJSON.

Add the flag -Wno-misleading-indentation to the cJSON source file, to avoid a
compiler warning (and resulting error) on more recent versions of GCC.
This commit is contained in:
Kyle Brenneman 2016-08-30 13:26:30 -06:00
parent 3053b22f3e
commit af24248798

View file

@ -33,3 +33,4 @@ libwinsys_dispatch_la_CFLAGS = -I$(top_srcdir)/src/util/uthash/src
noinst_LTLIBRARIES += libcJSON.la
libcJSON_la_SOURCES = cJSON.c
libcJSON_la_CFLAGS = -Wno-misleading-indentation