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-18 23:39:54 +0100
commit7b479e1358c9b9fa1fd19576d4ac4ef68f0c9c48 (patch)
tree8697216d653d33d41ebfa3205847ec4f985beee2 /src/oma.cpp
parentff401eccf9f4d37193751633c2cf9beada2fd754 (diff)
downloadatracdenc-7b479e1358c9b9fa1fd19576d4ac4ef68f0c9c48.tar.gz
Fix unused variable warnings.
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;