mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
build: Fixed some build warnings.
This commit is contained in:
@@ -9,5 +9,8 @@ int torture_libssh_verbosity(void){
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
(void) argc;
|
||||
(void) argv;
|
||||
|
||||
return torture_run_tests();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user