folly: build with -Wunused-parameter
[folly.git] / folly / io / async / ScopedEventBaseThread.cpp
index 7821d17baf34495fdc242f8fcf4111396341a81b..a0d9455242dc1b6058a3e9fa47c9b7c310cc317d 100644 (file)
@@ -51,10 +51,10 @@ ScopedEventBaseThread::~ScopedEventBaseThread() {
 }
 
 ScopedEventBaseThread::ScopedEventBaseThread(
-    ScopedEventBaseThread&& other) noexcept = default;
+    ScopedEventBaseThread&& /* other */) noexcept = default;
 
 ScopedEventBaseThread& ScopedEventBaseThread::operator=(
-    ScopedEventBaseThread&& other) noexcept = default;
+    ScopedEventBaseThread&& /* other */) noexcept = default;
 
 void ScopedEventBaseThread::start() {
   if (running()) {