folly: build with -Wunused-parameter
[folly.git] / folly / ConcurrentSkipList-inl.h
index a875b69faecde2b22e35d38bbefe63371ecfa58b..befa0c9524ac230e216549d9ccf008ca49c29b86 100644 (file)
@@ -322,7 +322,7 @@ class NodeRecycler<NodeType, NodeAlloc, typename std::enable_if<
   void addRef() { }
   void releaseRef() { }
 
-  void add(NodeType* node) { }
+  void add(NodeType* /* node */) {}
 
   NodeAlloc& alloc() { return alloc_; }