From 1524d689f179eaaae0836ad8ef2da31b10664feb Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 31 Jul 2008 10:43:08 +0200 Subject: cleanup: fix compilation warnings related to pointer comparisons This patch cast to (char *) some (void *) to avoid a gcc warning in string format parsing. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso of, "%.15s %s %s", timestr, hostname, - res[0].u.source->u.value.ptr); + (char *) res[0].u.source->u.value.ptr); if (upi->config_kset->ces[1].u.value) fflush(li->of); -- cgit v1.2.3