From e05c1b5903709651aac348fd5144de3ccbbd77a3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 15 Jan 2016 15:45:39 +0100 Subject: Fix warnings, revert small typos --- faad_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'faad_decoder.h') diff --git a/faad_decoder.h b/faad_decoder.h index b84913c..470f905 100644 --- a/faad_decoder.h +++ b/faad_decoder.h @@ -41,12 +41,12 @@ class FaadHandle decoder = NeAACDecOpen(); } - FaadHandle(const FaadHandle& other) + FaadHandle(const FaadHandle&) { this->decoder = NeAACDecOpen(); } - FaadHandle& operator=(const FaadHandle& other) + FaadHandle& operator=(const FaadHandle&) { this->decoder = NeAACDecOpen(); return *this; -- cgit v1.2.3