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: [Cygwin] Fix missing uint definition #8679

Merged
merged 1 commit into from Feb 20, 2021

Commits on Feb 20, 2021

  1. Fix: [Cygwin] Fix missing uint definition

    In file included from src/settingsgen/../string_func.h:30,
                     from src/settingsgen/settingsgen.cpp:11:
    src/settingsgen/../core/bitmath_func.hpp:34:15: error: 'uint' does not name a type; did you mean 'uint8'?
       34 | static inline uint GB(const T x, const uint8 s, const uint8 n)
          |               ^~~~
          |               uint8
    joestringer committed Feb 20, 2021
    Copy the full SHA
    9bcaeb6 View commit details
    Browse the repository at this point in the history