summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/JackDriver.cpp1
-rw-r--r--wscript1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp
index 8c79084..82f9b87 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -142,7 +142,6 @@ JackDriver::create_port_view(Patchage* patchage, const PortID& id)
if (!jack_port) {
_app->error_msg(
(format("Jack: Failed to find port with ID `%1%'.") % id).str());
- ;
return nullptr;
}
diff --git a/wscript b/wscript
index 6f5374c..f6db1dd 100644
--- a/wscript
+++ b/wscript
@@ -104,7 +104,6 @@ def configure(conf):
autowaf.add_compiler_flags(conf.env, 'cxx', {
'clang': [
'-Wno-deprecated-copy',
- '-Wno-extra-semi-stmt',
'-Wno-old-style-cast',
'-Wno-weak-vtables',
],