summitto / pgp-packet-library

Implementation of binary PGP protocol, as per RFC 4880
GNU General Public License v3.0
27 stars 5 forks source link

Support compilation with GCC #16

Closed tomsmeding closed 5 years ago

tomsmeding commented 5 years ago

This enables compilation using GCC by adding custom compiler flags. In addition, the variant and googletest dependencies are updated, to fix a number of compiler warnings in various compilers.

Closes #12.