Fix the linking of various tests against GMock
[folly.git] / folly / MemoryMapping.cpp
index a92e73f8725506f6cf8e90c97ae85b2d6caaeb92..ae4cac71aeaba2487ec745840aa604ea1daf4179 100644 (file)
@@ -94,8 +94,7 @@ void getDeviceOptions(dev_t device, off_t& pageSize, bool& autoExtend) {
   }
 }
 #else
-inline void getDeviceOptions(dev_t device, off_t& pageSize,
-                             bool& autoExtend) { }
+inline void getDeviceOptions(dev_t, off_t&, bool&) {}
 #endif
 
 }  // namespace