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

CI failure on haiku: '%s' directive argument is null (render_driver) #12041

Closed
smcv opened this issue Jan 21, 2025 · 2 comments
Closed

CI failure on haiku: '%s' directive argument is null (render_driver) #12041

smcv opened this issue Jan 21, 2025 · 2 comments

Comments

@smcv
Copy link
Contributor

smcv commented Jan 21, 2025

/__w/SDL/SDL/src/video/SDL_video.c: In function 'SDL_CreateWindowTexture':
/__w/SDL/SDL/src/video/SDL_video.c:363:36: error: '%s' directive argument is null [-Werror=format-overflow=]
  363 |         SDL_Log("render_driver == '%s'", render_driver);
      |                                    ^~
cc1: all warnings being treated as errors

If Haiku is not a release blocker for 3.2.0 (is it? it's a BeOS derivative, which seems pretty obscure), then this CI job should probably be taken off the critical path.

@smcv
Copy link
Contributor Author

smcv commented Jan 21, 2025

Hopefully b775135 has fixed this.

@slouken
Copy link
Collaborator

slouken commented Jan 21, 2025

Haiku is our canary build to catch silly mistakes like this. :)

@slouken slouken closed this as completed Jan 21, 2025
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

No branches or pull requests

2 participants