Files
rsync/lib
Holger Hoffstätte 77b7f5e0aa Fix warning about missing bomb(..) prototype
Clang rightfully complains about invoking bomb(..) without a proper prototype:
  lib/pool_alloc.c:171:16: warning: passing arguments to a function without a prototype
  is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                (*pool->bomb)(bomb_msg, __FILE__, __LINE__);
                             ^
1 warning generated.

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
2026-05-07 07:19:33 +10:00
..
2020-07-11 11:39:36 -07:00
2022-03-03 17:00:57 -08:00
2020-05-24 22:50:51 -07:00
2019-03-16 09:15:49 -07:00
2022-08-14 10:15:08 -07:00
2022-08-14 10:15:08 -07:00
2022-01-15 17:21:01 -08:00
2006-01-02 17:46:12 +00:00