1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-31 00:03:08 +03:00

tests: Fix gcc compile warnings

These were mostly due to missing and non-ANSI prototypes.
This commit is contained in:
Dan Fandrich
2022-12-30 13:54:51 -08:00
committed by Dan Fandrich
parent 6cba487395
commit e3ce906caf
28 changed files with 94 additions and 31 deletions

View File

@ -1,4 +1,5 @@
#include "session_fixture.h"
#include "runner.h"
#include <libssh2.h>