Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test/test_buffer.h #314

Merged
merged 1 commit into from
May 4, 2024
Merged

Update test/test_buffer.h #314

merged 1 commit into from
May 4, 2024

Conversation

maflcko
Copy link
Contributor

@maflcko maflcko commented Apr 30, 2024

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.

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
Copy link
Contributor Author

maflcko commented May 4, 2024

macos CI failure looks unrelated?

@evanmiller evanmiller merged commit 024bb37 into WizardMac:dev May 4, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants