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

examples/wayland_client.c: Fix pedantic compile error. #3064

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

RAOF
Copy link
Contributor

@RAOF RAOF commented Oct 6, 2023

Clang's -Wstrict-prototypes complains about this.

Clang's `-Wstrict-prototypes` complains about this.
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #3064 (0ccf901) into main (ba097f7) will increase coverage by 77.69%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##           main    #3064       +/-   ##
=========================================
+ Coverage      0   77.69%   +77.69%     
=========================================
  Files         0     1056     +1056     
  Lines         0    73449    +73449     
=========================================
+ Hits          0    57065    +57065     
- Misses        0    16384    +16384     
Files Coverage Δ
examples/client/wayland_client.c 75.00% <100.00%> (ø)

... and 1055 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@AlanGriffiths AlanGriffiths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh!

@AlanGriffiths AlanGriffiths added this pull request to the merge queue Oct 6, 2023
Merged via the queue into main with commit 1c20be3 Oct 6, 2023
26 of 32 checks passed
@AlanGriffiths AlanGriffiths deleted the fix-strict-prototypes branch October 6, 2023 07:55
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