c-capnproto icon indicating copy to clipboard operation
c-capnproto copied to clipboard

Fix compiler errors introduced by newer compilers

Open kylemanna opened this issue 9 years ago • 0 comments

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:

kylemanna avatar Aug 18 '15 01:08 kylemanna