mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
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
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| yp_mkdb.8 | ||
| yp_mkdb.c | ||