diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-05-26 08:43:10 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-05-26 08:43:10 +0100 |
commit | 6231cf027a8f9c3b11324c1d49a350ba55353123 (patch) | |
tree | b0631868e44b1e8718949de6077d2ea1ab9bc401 /json-glib/json-array.c | |
parent | fcd07918d3ed2b31b047900da9d2fed23dddf7da (diff) | |
download | json-glib-6231cf027a8f9c3b11324c1d49a350ba55353123.tar.gz |
parser: Do not access GScanner:token
The GScanner:token member is declared as GTokenType instead of being an
unsigned int. This means that comparing it to any other enumeration is
going to generate a warning in GCC >= 4.5. Unfortunately, extending the
GTokenType enumeration is the idiomatic way of handling new tokens.
EPIC. FAIL.
Diffstat (limited to 'json-glib/json-array.c')
0 files changed, 0 insertions, 0 deletions