Files
@ e63427c2da8a
Branch filter:
Location: libtransport.git/spectrum/src/frontends/slack/SlackIdManager.cpp
e63427c2da8a
2.0 KiB
text/x-c++hdr
fix a lot of compiler warnings thrown by newer GCC versions
mostly warnings about:
- comparison differing in signedness
- unused functions and variables
- some casts
mostly warnings about:
- comparison differing in signedness
- unused functions and variables
- some casts