mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-27 16:15:49 +00:00
d8e26bc5bb
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. |
||
---|---|---|
.. | ||
cryb_t_compare.c | ||
cryb_t_const.c | ||
cryb_t_file.c | ||
cryb_t_main.c | ||
cryb_t_malloc.c | ||
cryb_test.c | ||
Makefile.am |