HomeFreeBSD

Fix clang 11 -Wformat warnings in yp_mkdb:

Description

Fix clang 11 -Wformat warnings in yp_mkdb:

usr.sbin/yp_mkdb/yp_mkdb.c:91:40: error: format specifies type 'char *' but the argument has type 'void *' [-Werror,-Wformat]

printf("%.*s %.*s\n", (int)key.size, key.data, (int)data.size,
        ~~~~                         ^~~~~~~~

usr.sbin/yp_mkdb/yp_mkdb.c:92:7: error: format specifies type 'char *' but the argument has type 'void *' [-Werror,-Wformat]

data.data);
^~~~~~~~~

MFC after: 3 days

Details

Provenance
dimAuthored on
Parents
rS363987: Merge ^/head r363739 through r363986.
Branches
Unknown
Tags
Unknown