summaryrefslogtreecommitdiff
path: root/Cryptlib/OpenSSL/openssl-bio-b_print-disable-sse.patch
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-03-09 17:15:53 -0500
committerPeter Jones <pjones@redhat.com>2021-03-10 15:54:20 -0500
commit1bc4bf063adf57a17e5d6d8dc6399f03080a0566 (patch)
treec0de18317bbaa3902c11123c803736b8870f557b /Cryptlib/OpenSSL/openssl-bio-b_print-disable-sse.patch
parentf5493df9c626a7436803d1e68b0118f4d041e0fa (diff)
downloadefi-boot-shim-1bc4bf063adf57a17e5d6d8dc6399f03080a0566.tar.gz
efi-boot-shim-1bc4bf063adf57a17e5d6d8dc6399f03080a0566.zip
make: use -Wextra (minus some obnoxious bits)
gcc -Wextra, has a lot of good, useful checks, a few obnoxious checks, and a few absolutely insane checks. This enables -Wextra, but disables -Wmissing-field-initializers, because it is irrational nonsense that just leads to worse code. It also disables some specific things in the Cryptlib and Cryptlib/OpenSSL trees: Both: -Wno-unused-parameter - there are a fair number of functions that have to conform to some API or another but have arguments that are unused, but haven't been marked with UNUSED; we don't need to see warnings about them. Cryptlib/OpenSSL: -Wno-empty-body - functions that exist merely to populate some API -Wno-implicit-fallthrough - these probably should get fixed someday, but I bet upstream will do it and rebasing will solve it -Wno-old-style-declaration - this gripes if you write "const static" instead of "static const". Again I expect rebasing will fix it at some point. -Wno-unused-but-set-variable - self explanatory, and again, I expect a rebase to solve it someday. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Cryptlib/OpenSSL/openssl-bio-b_print-disable-sse.patch')
0 files changed, 0 insertions, 0 deletions