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
warning: assignment to 'uint32_t *' {aka 'unsigned int *'} from incompatible pointer type 'DWORD *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types]
pmwinmm.c
1333
warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
pmwinmm.c
1335
warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
warning: 'entry' defined but not used [-Wunused-variable]
This may be due to migration to 64-bit compiler. Should check that these warnings won't have adverse affect and correct source code to remove warnings.
The text was updated successfully, but these errors were encountered:
Compiling portmidi 217 on Windows (and possibly other platforms) using MinGW64 gcc give several warnings:
This may be due to migration to 64-bit compiler. Should check that these warnings won't have adverse affect and correct source code to remove warnings.
The text was updated successfully, but these errors were encountered: