Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 8ae080bf851a25187b93803b8c6a93e82dd97437 https://github.com/openssl/openssl/commit/8ae080bf851a25187b93803b8c6a93e82dd97437 Author: Gang Chen <gang.c.c...@intel.com> Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths: M crypto/conf/conf_sap.c Log Message: ----------- crypto/conf: gcc build warning fix Fix the gcc build warning from conf_sap.c: variable flags set but not used [-Wunused-but-set-variable] variable appname set but not used [-Wunused-but-set-variable] variable filename set but not used [-Wunused-but-set-variable] CLA: trivial Signed-off-by: Gang Chen <gang.c.c...@intel.com> Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Paul Dale <pa...@openssl.org> Reviewed-by: Hugo Landau <hlan...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19153)