From 369e1efeab53ea050ac9bbfa3b623f84c6be14a7 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Thu, 21 Apr 2022 20:47:04 +0300 Subject: Fix compilation warnings. --- src/unittest/test_encoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unittest') diff --git a/src/unittest/test_encoder.cpp b/src/unittest/test_encoder.cpp index 380d45c..dfa9926 100644 --- a/src/unittest/test_encoder.cpp +++ b/src/unittest/test_encoder.cpp @@ -50,7 +50,7 @@ void run_encoder_test_normal(std::function callba TEST(encoder, noop) { - run_encoder_test_normal([](ecbor_encode_context_t* ctx) -> void { + run_encoder_test_normal([](ecbor_encode_context_t*) -> void { }, {}); } -- cgit v1.2.3