Files
@ e63427c2da8a
Branch filter:
Location: libtransport.git/cmake_modules/cppunitConfig.cmake
e63427c2da8a
917 B
text/x-cmake
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