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
{{ message }}
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
easywslient.cppf里有一行typedef __int8 int8_t;
与里定义的uint8_t冲突,
报错信息:
conflicting declaration 'typedef char int8_t'GCC
stdint.h(35, 21): previous declaration as 'typedef signed char int8_t'
若注释掉该行则出现五十多条undefined reference
The text was updated successfully, but these errors were encountered: