From 00832a5adb2acbcb13563ae14f7b32409df4004b Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 20 Apr 2021 14:31:38 +0100 Subject: [PATCH] Squash compiler warning --- map65/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index 4a042a49c..60b81bc5c 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -311,7 +311,7 @@ MainWindow::~MainWindow() soundOutThread.quitExecution=true; soundOutThread.wait(3000); } - PaError paerr=Pa_Terminate(); + Pa_Terminate(); if(!m_decoderBusy) { QFile lockFile(m_appDir + "/.lock"); lockFile.remove();