-Wunused-function on windows

This commit is contained in:
Robin Gareus 2014-11-23 21:01:06 +01:00
parent 40764f4cb3
commit ec01682714

View File

@ -55,7 +55,10 @@ using namespace std;
using namespace PBD;
static void * interposer_thread (void *arg);
#ifndef PLATFORM_WINDOWS /* POSIX Process only */
static void close_fd (int& fd) { if (fd >= 0) ::close (fd); fd = -1; }
#endif
#if (!defined PLATFORM_WINDOWS && defined NO_VFORK)
/*