Snippets for amtterm 1.7-1-unstable-2023-10-27 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/iii49agd4g7yllzqhcy7swwgqvwvpkyi-amtterm-1.7-1-unstable-2023-10-27.drv.
-
amtterm.c:267:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 267 | fgets(r.pass, sizeof(r.pass), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ssl.c:79:8: warning: 'TLSv1_2_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 79 | if(!(ctx->ctx=SSL_CTX_new(TLSv1_2_client_method()))) | ^~ -
amtider.c:307:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 307 | fgets(r.pass, sizeof(r.pass), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~