summaryrefslogtreecommitdiff
path: root/libs/ardour/system_exec.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-23 22:04:32 +0100
committerRobin Gareus <robin@gareus.org>2014-11-23 23:57:55 +0100
commit5aba4df25276c0cb45bb06169f37f7b14a95ecb9 (patch)
tree50a721b9c82e3ac584bf456d4464c3c9a1bd2899 /libs/ardour/system_exec.cc
parentf1926dc863f262e7e28de2cf47b2e443dc6d86b1 (diff)
fix/silence various compiler warnings.
* ifdef unused static functions * brackets around assignment and comparision * no return statement in function returning non-void * boost concept_checks.hpp unused-local-typedefs
Diffstat (limited to 'libs/ardour/system_exec.cc')
-rw-r--r--libs/ardour/system_exec.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/system_exec.cc b/libs/ardour/system_exec.cc
index d83165252a..6ee6d809e0 100644
--- a/libs/ardour/system_exec.cc
+++ b/libs/ardour/system_exec.cc
@@ -27,7 +27,9 @@
using namespace ARDOUR;
+#ifndef PLATFORM_WINDOWS
char * SystemExec::_vfork_exec_wrapper = NULL;
+#endif
static char *vfork_exec_wrapper_path() {
#ifdef PLATFORM_WINDOWS