Files
libfaketime/test
Gianfranco Costamagna 0516055224 test/libmallocintercept.c: fix write function unused return value
We should ignore the return value for logging function, to fix a new gcc ftbfs
libmallocintercept.c: In function ‘print_msg’:
libmallocintercept.c:27:9: error: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
   27 |         write(0, msg, strlen(msg));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-01-22 12:22:37 +01:00
..
2019-11-30 09:36:46 +01:00
2018-01-16 14:21:36 -05:00
2019-11-30 09:36:46 +01:00
2022-05-09 13:53:51 +02:00