diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2022-04-21 20:47:04 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2022-04-21 20:47:04 +0300 |
| commit | 369e1efeab53ea050ac9bbfa3b623f84c6be14a7 (patch) | |
| tree | 914dccd88c5c5ccdbcc349910f1f11b5f96ae412 /src/unittest/test_encoder.cpp | |
| parent | f6337e1268374f4cb1e1f72cd7df8bbedc4d4302 (diff) | |
Fix compilation warnings.
Diffstat (limited to 'src/unittest/test_encoder.cpp')
| -rw-r--r-- | src/unittest/test_encoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<void(ecbor_encode_context_t*)> callba TEST(encoder, noop) { - run_encoder_test_normal([](ecbor_encode_context_t* ctx) -> void { + run_encoder_test_normal([](ecbor_encode_context_t*) -> void { }, {}); } |
