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, 1 insertions, 3 deletions
diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c
index 92b04c2..e03d8ca 100644
--- a/sys/libkern/iconv.c
+++ b/sys/libkern/iconv.c
@@ -549,9 +549,7 @@ int
iconv_lookupcp(char **cpp, const char *s)
{
if (cpp == NULL) {
- ICDEBUG("warning a NULL list passed\n", ""); /* XXX ISO variadic macros cannot
- leave out the
- variadic args */
+ ICDEBUG("warning a NULL list passed\n", "");
return ENOENT;
}
for (; *cpp; cpp++)
OpenPOWER on IntegriCloud