You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type size_t (aka unsigned long long) in generic association compatible with previously specified type unsigned long long
Would it be possible to add a Define flag to fix the issue with generic redfinition of the type instead of checking that #if(SIZEOF_SIZE_T == SIZEOF_INT) since on MSYS2/MingW64 those flags seems not to have the same size (size_t is 8 and int is 4) btw shouldnt it be long long?
Error on MSYS2/MingW64, works fine on CygWin64.
The text was updated successfully, but these errors were encountered:
Type
size_t
(akaunsigned long long
) in generic association compatible with previously specified typeunsigned long long
Would it be possible to add a Define flag to fix the issue with generic redfinition of the type instead of checking that #if(SIZEOF_SIZE_T == SIZEOF_INT) since on MSYS2/MingW64 those flags seems not to have the same size (size_t is 8 and int is 4) btw shouldnt it be long long?
Error on MSYS2/MingW64, works fine on CygWin64.
The text was updated successfully, but these errors were encountered: