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 compiler warnings #446

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Fix compiler warnings #446

merged 1 commit into from
Jan 21, 2024

Commits on Jan 21, 2024

  1. Fix compiler warnings

    * Remove pointless #define _GNU_SOURCE. It is already defined by gyp,
      and defining it after all the includes does nothing anyway.
    * unary minus operator applied to unsigned type, result still unsigned
    orgads committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b501c42 View commit details
    Browse the repository at this point in the history