summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/iconv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c
index 8eafa28..1cd7147 100644
--- a/sys/libkern/iconv.c
+++ b/sys/libkern/iconv.c
@@ -469,7 +469,9 @@ int
iconv_lookupcp(char **cpp, const char *s)
{
if (cpp == NULL) {
- ICDEBUG("warning a NULL list passed\n");
+ ICDEBUG("warning a NULL list passed\n", ""); /* XXX ISO variadic macros cannot
+ leave out the
+ variadic args */
return ENOENT;
}
for (; *cpp; cpp++)
OpenPOWER on IntegriCloud