Details
Description
InteropResolver::resolveKey(DSIGKeyInfoList *) in tools/checksigInteropResolver.cpp has:
return false;
It's meant to return a pointer, and in C++11 only integer literals are valid null pointer constants, not other constant expressions that happen to have the value zero.
I suggest changing it to return NULL.
Attachments
Issue Links
- is duplicated by
-
SANTUARIO-448 Fails to build with GCC 6
- Closed
-
SANTUARIO-434 GCC warnings for pointer conversions
- Closed