cryb-to/lib/test
Dag-Erling Smørgrav d8e26bc5bb Solve further asprintf() issues by sweeping them under the rug.
All further instances of asprintf() or vasprintf() in our codebase are either in libcryb-test or in individual unit tests, and in all cases, the only consequence of a failed call is that the result will say "no description" instead of either a description of the test or an explanation of how it failed.  Therefore, we can simply ignore the problem and cast the call to void to satisfy gcc.
2016-09-18 22:40:48 +02:00
..
cryb_t_compare.c Rename a few more files. 2016-09-04 16:34:30 +02:00
cryb_t_const.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cryb_t_file.c Check the return value from asprintf(). 2016-09-18 22:18:02 +02:00
cryb_t_main.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
cryb_t_malloc.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
cryb_test.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
Makefile.am Rename a few more files. 2016-09-04 16:34:30 +02:00