summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-30 14:54:14 +0100
committerDavid Robillard <d@drobilla.net>2020-11-30 14:54:14 +0100
commit760dca9cddbd4363140cdbd91fd3926fadf869a3 (patch)
treeb88636288530da2524afdf0bb6b0dfde69fafe3d /src
parentfeba8dd8df394119a041e40a5ac24b2fccb7507b (diff)
downloadpatchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.tar.gz
patchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.tar.bz2
patchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.zip
Fix clang-tidy warnings
Diffstat (limited to 'src')
-rw-r--r--src/JackLibDriver.cpp1
-rw-r--r--src/Patchage.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/JackLibDriver.cpp b/src/JackLibDriver.cpp
index e5d3d23..36015fe 100644
--- a/src/JackLibDriver.cpp
+++ b/src/JackLibDriver.cpp
@@ -110,7 +110,6 @@ private:
JackLibDriver::JackLibDriver(ILog& log, EventSink emit_event)
: AudioDriver{std::move(emit_event)}
, _log{log}
- , _is_activated{false}
{}
JackLibDriver::~JackLibDriver()
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index a2a9788..f216f2f 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -111,7 +111,7 @@ port_order(const GanvPort* a, const GanvPort* b, void*)
return 0;
}
-static void
+void
load_module_location(GanvNode* node, void*)
{
if (GANV_IS_MODULE(node)) {