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
C:\Users\Administrator\Downloads\libIEC61850-master\libIEC61850-master\src\hal\thread\win32\thread_win32.c:55:16: error: cast from 'void*' to 'UINT' {aka 'unsigned int'} loses precision [-fpermissive]
55 | return (UINT) thread->function(thread->parameter);
When I try to make it at windows by mscv or mingw32 ,this make the system could not compile.It is look like something error make it turn to this way,but there is no exit_error in Windows
this wrong is going on when I delete all the "goto exit_error"
The text was updated successfully, but these errors were encountered:
C:\Users\Administrator\Downloads\libIEC61850-master\libIEC61850-master\src\hal\thread\win32\thread_win32.c:55:16: error: cast from 'void*' to 'UINT' {aka 'unsigned int'} loses precision [-fpermissive]
55 | return (UINT) thread->function(thread->parameter);
When I try to make it at windows by mscv or mingw32 ,this make the system could not compile.It is look like something error make it turn to this way,but there is no exit_error in Windows
this wrong is going on when I delete all the "goto exit_error"
The text was updated successfully, but these errors were encountered: