mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-03-07 02:42:59 +00:00
```
../src/discord_register_linux.cpp: In function ‘void Discord_Register(const char*, const char*)’:
../src/discord_register_linux.cpp:37:31: warning: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
if (size <= 0 || size >= sizeof(exePath)) {
~~~~~^~~~~~~~~~~~~~~~~~
```