c-capnproto
c-capnproto copied to clipboard
Fix compiler errors introduced by newer compilers
Build fails on my Arch Linux system with gcc-5.2.0 and clang-3.6.2.
Fixes:
- Obvious signedness issues
- Less obvious signedness issues
- Gtest is no longer a semi-integrated monolith (and missing header for that matter) and use the system gtest library ( resolves #8 )
- Add missing libraries to link against
- Remove unused variables
All unit tests succeed for both compilers. :tada: