curl/lib/vssh
Viktor Szakats a9fd0d0083
build: always revert #pragma GCC diagnostic after use
Before this patch some source files were overriding gcc warning options,
but without restoring them at the end of the file. In CMake UNITY builds
these options spilled over to the remainder of the source code,
effecitvely disabling them for a larger portion of the codebase than
intended.

`#pragma clang diagnostic` didn't have such issue in the codebase.

Reviewed-by: Marcel Raad
Closes #12352
2023-11-18 11:16:32 +00:00
..
libssh2.c lib: client writer, part 2, accounting + logging 2023-11-06 13:14:06 +01:00
libssh.c build: always revert #pragma GCC diagnostic after use 2023-11-18 11:16:32 +00:00
ssh.h vssh: remove the #ifdef for Curl_ssh_init, use empty macro 2023-10-20 22:56:01 +02:00
wolfssh.c wolfssh: do cleanup in Curl_ssh_cleanup 2023-09-23 23:15:11 -07:00