mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
Add disabled-optimization and pointer-arith to compiler warnings
These flags seems not to be part of -Wextra, but looks like could be useful in CI. According to gcc man page: disabled-optimization Warn if a requested optimization pass is disabled. pointer-arith Warn about anything that depends on the "size of" a function type or of "void". Fixes: https://github.com/openssl/project/issues/1809 Signed-off-by: Milan Broz <gmazyland@gmail.com> Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Norbert Pocs <norbertp@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> MergeDate: Thu Jan 15 16:16:40 2026 (Merged from https://github.com/openssl/openssl/pull/29622)
This commit is contained in:
committed by
Alexandr Nedvedicky
parent
e57f7941af
commit
f99eff7055
Reference in New Issue
Block a user