mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
-Wunused-function on windows
This commit is contained in:
parent
40764f4cb3
commit
ec01682714
1 changed files with 3 additions and 0 deletions
|
|
@ -55,7 +55,10 @@ using namespace std;
|
||||||
using namespace PBD;
|
using namespace PBD;
|
||||||
|
|
||||||
static void * interposer_thread (void *arg);
|
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; }
|
static void close_fd (int& fd) { if (fd >= 0) ::close (fd); fd = -1; }
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (!defined PLATFORM_WINDOWS && defined NO_VFORK)
|
#if (!defined PLATFORM_WINDOWS && defined NO_VFORK)
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue