]> git.ipfire.org Git - thirdparty/openssl.git/commit
ci: remove unnecessary -Wall and -Werror options
authorPauli <ppzgs1@gmail.com>
Mon, 31 Mar 2025 01:18:01 +0000 (12:18 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Apr 2025 13:09:30 +0000 (15:09 +0200)
commitd04ea9af7907934e49e37e77ea4cbcb1105f444e
tree1713adc8cd4012834fa3bd45820658f9fe33dd3c
parent0162f75fb1ae4adfb56f022884d8325521bcc141
ci: remove unnecessary -Wall and -Werror options

The oprion --strict-warnings automatically turns on -Wall and -Werror so there
is no requirement to specify the latter two separately.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27204)
.github/workflows/ci.yml
.github/workflows/compiler-zoo.yml
.github/workflows/os-zoo.yml