Home GnuPG

Disable warnings about different signedness of pointer targets

Description

Disable warnings about different signedness of pointer targets

When cross-compiling for Windows with mingw, then we want to ignore
warnings about different signedness of pointer targets. For example,
we use "char *", but the Windows API often expects an "unsigned char *".

Details

Provenance
ikloeckerAuthored on Aug 31 2022, 12:03 PM
Parents
rLIBKLEOb0e8920da2a0: Fix compiler warnings
Branches
Unknown
Tags
Unknown