User Details
User Details
- User Since
- Oct 4 2018, 2:31 PM (320 w, 2 d)
- Availability
- Available
Feb 4 2019
Feb 4 2019
sberg added a comment to T4356: Declaration of _gpgrt_functions_w32_pollable in src/gpgrt-int.h should be extern.
This is not about a function, but about the variable _gpgrt_functions_w32_pollable. And this is not about exporting the variable from the library, but about declaring it as extern in gpgrt-int.h, so that gpgrt-int.h can be included in multiple translation units without defining the variable in each.
Feb 1 2019
Feb 1 2019
Oct 5 2018
Oct 5 2018
sberg added a comment to T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.
C++2a will have a <version> header, so some trunk libc++ headers now (indirectly) #include <version>, and on a case-insensitive file-system, when compiling a gpgme source file with "unlucky" -I../../.. switches against such trunk libc++, that can mean that such an #include <version> picks up gpgme's VERSION file.