aboutsummaryrefslogtreecommitdiffstats
path: root/src/oma.cpp
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2023-11-18 23:38:59 +0100
committerDaniil Cherednik <dan.cherednik@gmail.com>2023-11-19 00:23:28 +0100
commit065276a3918094e526141719414c33256053bbb3 (patch)
tree8697216d653d33d41ebfa3205847ec4f985beee2 /src/oma.cpp
parent5a5274daecb00b0c4df1b25dc57a65f3f44fe9a8 (diff)
downloadatracdenc-065276a3918094e526141719414c33256053bbb3.tar.gz
Fix unused variable warnings.0.1.1stable/0.1
(cherry picked from commit 7b479e1358c9b9fa1fd19576d4ac4ef68f0c9c48)
Diffstat (limited to 'src/oma.cpp')
-rw-r--r--src/oma.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/oma.cpp b/src/oma.cpp
index b0bc7bf..78be514 100644
--- a/src/oma.cpp
+++ b/src/oma.cpp
@@ -24,8 +24,8 @@ using std::string;
using std::vector;
using std::unique_ptr;
-TOma::TOma(const string& filename, const string& title, uint8_t numChannel,
- uint32_t numFrames, int cid, uint32_t framesize, bool jointStereo) {
+TOma::TOma(const string& filename, const string&, uint8_t /*numChannel*/,
+ uint32_t /*numFrames*/, int cid, uint32_t framesize, bool jointStereo) {
oma_info_t info;
info.codec = cid;
info.samplerate = 44100;