jansson/test/suites/api
Joakim Söderberg 344d2b00ea Fix incorrect cast to ssize_t.
gcc 4.2.1 warns about a possible incorrect cast to ssize_t when comparing against refcount, which is of type size_t. signed vs unsigned comparison.

Sinc warnings are treated as errors (as in the autoconf project) this would cause a compile error.
2013-03-07 16:13:40 +01:00
..
check-exports check-exports test: Filter out symbols that start with an underscore 2013-02-05 12:48:38 +02:00
Makefile.am Enable gcc specific flags in tests correctly 2013-02-04 09:49:58 +02:00
run Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_array.c Enable gcc specific flags in tests correctly 2013-02-04 09:49:58 +02:00
test_copy.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_dump_callback.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_dump.c Created flag to dump escaping slash 2012-06-28 22:04:36 -04:00
test_equal.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_load_callback.c Document and tweak json_load_callback() 2012-03-26 21:53:21 +03:00
test_load.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_loadb.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_memory_funcs.c Bugfix: must cast void* to do pointer math 2012-06-06 21:09:47 +03:00
test_number.c Disallow NaN or Inf real values 2012-09-13 21:30:19 +03:00
test_object.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_pack.c Fix incorrect cast to ssize_t. 2013-03-07 16:13:40 +01:00
test_simple.c Add json_boolean() macro 2012-07-30 07:20:37 +03:00
test_unpack.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
util.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00