ReadStat icon indicating copy to clipboard operation
ReadStat copied to clipboard

Update test/test_buffer.h

Open maflcko opened this issue 1 year ago • 0 comments

This fixes a compile error on clang-18:

In file included from src/fuzz/generate_corpus.c:13: src/fuzz/../test/test_buffer.h:13:25: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
   13 | rt_buffer_t *buffer_init();
      |                         ^
      |                          void
1 error generated.

maflcko avatar Apr 30 '24 17:04 maflcko