From the latest SVN, 1428: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -g -O2 -MT apl-Quad_JSON.o -MD -MP -MF .deps/apl-Quad_JSON.Tpo -c -o apl-Quad_JSON.o `test -f 'Quad_JSON.cc' || echo './'`Quad_JSON.cc Quad_JSON.cc:151:41: warning: format specifies type 'long' but the argument has type 'APL_Integer' (aka 'long long') [-Wformat] snprintf(cc, sizeof(cc), "%ld", cell.get_int_value()); ~~~ ^~~~~~~~~~~~~~~~~~~~ %lld 1 warning generated. mv -f .deps/apl-Quad_JSON.Tpo .deps/apl-Quad_JSON.Po
--- Louis Chrétien lchret...@mac.com <mailto:lchret...@mac.com>