Skip to content

fix build warning on non-linux machines#6047

Merged
anonrig merged 1 commit intomainfrom
yagiz/fix-build-warning
Feb 10, 2026
Merged

fix build warning on non-linux machines#6047
anonrig merged 1 commit intomainfrom
yagiz/fix-build-warning

Conversation

@anonrig
Copy link
Copy Markdown
Member

@anonrig anonrig commented Feb 10, 2026

Fixes the build warning on non-linux machines

src/workerd/tests/test-reprl.c++:53:6: warning: unused function 'expect_success' [-Wunused-function]
   53 | void expect_success(struct reprl_context* ctx, const char* code) {
      |      ^~~~~~~~~~~~~~
src/workerd/tests/test-reprl.c++:59:6: warning: unused function 'expect_failure' [-Wunused-function]
   59 | void expect_failure(struct reprl_context* ctx, const char* code) {
      |      ^~~~~~~~~~~~~~
2 warnings generated. 

@anonrig anonrig requested review from a team as code owners February 10, 2026 17:36
@anonrig anonrig force-pushed the yagiz/fix-build-warning branch from 34ca80e to babdcc3 Compare February 10, 2026 17:37
@anonrig anonrig force-pushed the yagiz/fix-build-warning branch from babdcc3 to 7dc5ec1 Compare February 10, 2026 17:37
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 10, 2026

The generated output of @cloudflare/workers-types matches the snapshot in types/generated-snapshot 🎉

@anonrig anonrig enabled auto-merge February 10, 2026 17:45
@anonrig anonrig merged commit aef76c7 into main Feb 10, 2026
34 of 37 checks passed
@anonrig anonrig deleted the yagiz/fix-build-warning branch February 10, 2026 19:38
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