Home GnuPG

Fix MinGW warnings

Description

Fix MinGW warnings

Fixes
warning: format '%lu' expects argument of type 'long unsigned int', but
argument 5 has type 'unsigned int' [-Wformat=]
and
warning: format '%lld' expects argument of type 'long long int', but
argument 5 has type 'unsigned int' [-Wformat=]

Details

Provenance
ikloeckerAuthored on Dec 13 2022, 4:22 PM
Parents
rKLEOPATRAbca25192d5a5: Add missing override markers
Branches
Unknown
Tags
Unknown