mirror of
https://github.com/azahar-emu/discord-rpc.git
synced 2026-03-20 19:21:10 +01: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)) {
~~~~~^~~~~~~~~~~~~~~~~~
```