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 Issue #706 #728

Merged
merged 3 commits into from
Sep 12, 2023
Merged

Fix Issue #706 #728

merged 3 commits into from
Sep 12, 2023

Commits on Aug 25, 2023

  1. Update mz_compat.c

    Fixe Issue #706 for Line 534 - Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' (aka 'int')
    NickBrighten authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d26fe58 View commit details
    Browse the repository at this point in the history
  2. Update mz_compat.h

    Fixe Issue #706 for Line 534 - Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' (aka 'int')
    NickBrighten authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5004043 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Fixe issue #706

    Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' (aka 'int') in line 124, 145 and 534
    
    Implicit conversion loses integer precision: 'unsigned long' to 'uint32_t' (aka 'unsigned int') in line 599
    NickBrighten authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    aa38692 View commit details
    Browse the repository at this point in the history