commit 3a735213d6da553d9235c5cad2732048242ada97
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Tue Nov 15 15:32:15 2022 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Tue Nov 15 15:32:15 2022 +0100

    Also mark argv as unused in test/bidirectional.c
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/benchmark/bidirectional.c b/benchmark/bidirectional.c
index de98e08..5c836fc 100644
--- a/benchmark/bidirectional.c
+++ b/benchmark/bidirectional.c
@@ -15,6 +15,7 @@ int
 main(int argc, char *argv[])
 {
        (void)argc;
+       (void)argv;
 
        return 0;
 }

Reply via email to