mirror of
https://github.com/curl/curl.git
synced 2026-04-25 04:02:12 +03:00
build: drop macro used to enable -Wsign-conversion warnings in CI
We don't pursue this, and the necessary `#pragma` got in the way of
compiling curl with gcc 4.2 and older. Drop the logic completely.
Follow-up to 8a266ac488 #15939
Reported-by: prpr19xx on Github
Fixes #16152
Closes #16157
This commit is contained in:
parent
48ced02bff
commit
2ed232a4e6
4 changed files with 4 additions and 14 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -172,7 +172,7 @@ jobs:
|
|||
|
||||
- name: openssl -O3 valgrind
|
||||
install_packages: zlib1g-dev valgrind
|
||||
configure: CPPFLAGS=-DCURL_WARN_SIGN_CONVERSION CFLAGS=-O3 --with-openssl --enable-debug
|
||||
configure: CFLAGS=-O3 --with-openssl --enable-debug
|
||||
|
||||
- name: openssl clang krb5
|
||||
install_packages: zlib1g-dev libkrb5-dev clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue