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

Commits on Apr 24, 2022

  1. Fix warnings on Win64

    read.c:399:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      399 |                     obj = (void*)(long)cur->type;
          |                           ^
    orgads committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    eedb37a View commit details
    Browse the repository at this point in the history