FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix Windows compiler warnings in overlapped-checker by targos · Pull Request #52405 · nodejs/node · GitHub

/ node Public

test: fix Windows compiler warnings in overlapped-checker - #52405

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
targos:win-overlapped
Apr 10, 2024
Merged

test: fix Windows compiler warnings in overlapped-checker#52405
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
targos:win-overlapped

Conversation

targos commented Apr 7, 2024

Copy link
Copy Markdown
Member

Fixes two warnings:

  • test\overlapped-checker\main_win.c(37,25): warning : format specifies type 'int' but the argument has type 'DWORD' (aka 'unsigned long') [-Wformat]
  • test\overlapped-checker\main_win.c(9,14): warning : unused variable 'write_count' [-Wunused-variable]

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 7, 2024
Fixes two warnings:
- test\overlapped-checker\main_win.c(37,25): warning : format specifies
  type 'int' but the argument has type 'DWORD' (aka 'unsigned long')
  [-Wformat]
- test\overlapped-checker\main_win.c(9,14): warning : unused variable
  'write_count' [-Wunused-variable]

targos commented Apr 8, 2024

Copy link
Copy Markdown
Member Author

Fixed the format of the commit message.

targos added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 8, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 8, 2024

Copy link
Copy Markdown
Collaborator

targos commented Apr 10, 2024

Copy link
Copy Markdown
Member Author

This needs a new review to land.

targos added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 10, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 10, 2024
nodejs-github-bot merged commit eb53121 into nodejs:main Apr 10, 2024

Copy link
Copy Markdown
Collaborator

Landed in eb53121

marco-ippolito pushed a commit that referenced this pull request May 2, 2024
Fixes two warnings:
- test\overlapped-checker\main_win.c(37,25): warning : format specifies
  type 'int' but the argument has type 'DWORD' (aka 'unsigned long')
  [-Wformat]
- test\overlapped-checker\main_win.c(9,14): warning : unused variable
  'write_count' [-Wunused-variable]

PR-URL: #52405
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
marco-ippolito pushed a commit that referenced this pull request May 3, 2024
Fixes two warnings:
- test\overlapped-checker\main_win.c(37,25): warning : format specifies
  type 'int' but the argument has type 'DWORD' (aka 'unsigned long')
  [-Wformat]
- test\overlapped-checker\main_win.c(9,14): warning : unused variable
  'write_count' [-Wunused-variable]

PR-URL: #52405
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL