Snippets for libgcrypt 1.12.3 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/libgcrypt/1.12.3/1.fc46/data/logs/s390x/build.log.
-
rijndael-s390x.c:290:14: warning: variable 'num_in' set but not used [-Wunused-but-set-variable=] 290 | size_t num_in = 0; | ^~~~~~ -
testdrv.c:533:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 533 | arg_list[0] = strrchr (pgmname, '/'); | ^