aboutsummaryrefslogtreecommitdiffstats
path: root/src/rm.cpp
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2023-10-24 23:54:18 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2023-10-24 23:54:18 +0200
commitd3aacbb8c67fb07ef60308c7e8cdebd9c188ff62 (patch)
tree6e21b9f749adb5d585f18584ff4c01eafe9ffe9c /src/rm.cpp
parentfe85f8d1ad38c19246b048075b307819933260b5 (diff)
downloadatracdenc-d3aacbb8c67fb07ef60308c7e8cdebd9c188ff62.tar.gz
Simplify cmake. Fix warnings.
Diffstat (limited to 'src/rm.cpp')
-rw-r--r--src/rm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rm.cpp b/src/rm.cpp
index dc41743..d4de66e 100644
--- a/src/rm.cpp
+++ b/src/rm.cpp
@@ -147,7 +147,7 @@ void scramble_data(const char* input, char* out, size_t bytes) {
class TRm : public ICompressedOutput {
public:
- TRm(const std::string& filename, const std::string& title, uint8_t numChannels,
+ TRm(const std::string& filename, const std::string& /*title*/, uint8_t numChannels,
uint32_t numFrames, uint32_t frameSize, bool jointStereo)
: File_(OpenFile(filename))
, FrameDuration_((1000.0 * 1024.0 / 44100.0)) // ms