From: Tom Hughes Date: Fri, 11 Nov 2005 12:32:10 +0000 (+0000) Subject: Fix compiler warning. X-Git-Tag: svn/VALGRIND_3_1_0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d25c745d75822de62241deabb93a39f500179cb;p=thirdparty%2Fvalgrind.git Fix compiler warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5084 --- diff --git a/coregrind/m_syswrap/syswrap-generic.c b/coregrind/m_syswrap/syswrap-generic.c index b63100bd73..af08fb29fd 100644 --- a/coregrind/m_syswrap/syswrap-generic.c +++ b/coregrind/m_syswrap/syswrap-generic.c @@ -644,7 +644,7 @@ void VG_(show_open_fds) () process the hard way - by checking each fd in turn. */ static -void do_hacky_preopened() +void do_hacky_preopened(void) { struct vki_rlimit lim; UInt count;