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

Fix warnings on Win64 #1058

Merged
merged 1 commit into from May 4, 2022
Merged

Fix warnings on Win64 #1058

merged 1 commit into from May 4, 2022

Conversation

orgads
Copy link
Contributor

@orgads orgads commented Mar 30, 2022

read.c:399:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  399 |                     obj = (void*)(long)cur->type;
      |                           ^

read.c Outdated Show resolved Hide resolved
read.c Outdated Show resolved Hide resolved
read.c:399:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  399 |                     obj = (void*)(long)cur->type;
      |                           ^
@michael-grunder michael-grunder merged commit 95a0c12 into redis:master May 4, 2022
@orgads orgads deleted the win64 branch May 4, 2022 19:59
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.

None yet

2 participants