mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-02-10 20:43:01 +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)) {
~~~~~^~~~~~~~~~~~~~~~~~
```
|
||
|---|---|---|
| .. | ||
| backoff.h | ||
| CMakeLists.txt | ||
| connection_unix.cpp | ||
| connection_win.cpp | ||
| connection.h | ||
| discord_register_linux.cpp | ||
| discord_register_osx.m | ||
| discord_register_win.cpp | ||
| discord_rpc.cpp | ||
| dllmain.cpp | ||
| msg_queue.h | ||
| rpc_connection.cpp | ||
| rpc_connection.h | ||
| serialization.cpp | ||
| serialization.h | ||