Skip to content

Commit 6cf9219

Browse files
generatedunixname89002005287564meta-codesync[bot]
authored andcommitted
Fix CQS signal readability-named-parameter in fbcode/admarket/adindexer/retrieval_score
Differential Revision: D90093804 fbshipit-source-id: db304c34688084a06bb8ef1db6023e3b3c25c4f9
1 parent 3ceac1d commit 6cf9219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third-party/folly/src/folly/testing/TestUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ inline std::string glogErrOrWarnPattern() {
214214
class CaptureFD {
215215
private:
216216
struct NoOpChunkCob {
217-
void operator()(StringPiece) {}
217+
void operator()(StringPiece /*unused*/) {}
218218
};
219219

220220
public:

0 commit comments

Comments
 (0)