diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 10:01:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 10:27:18 +0100 |
commit | 6a4457fd9dddf2adbad300f4dc06eaadda0c6ff1 (patch) | |
tree | ab023a3b5b718f13f88b962bfd42e75f7c9047fb /.packit.yml | |
parent | openssl: supress warnings about functions deprecated by openssl 3.0 (diff) | |
download | systemd-6a4457fd9dddf2adbad300f4dc06eaadda0c6ff1.tar.xz systemd-6a4457fd9dddf2adbad300f4dc06eaadda0c6ff1.zip |
Revert "ci: temporarily set -Wno-deprecated-declarations in Packit"
This reverts commit 684e0a560514f9aaf02813f3f6c4a017400c9d51.
The warnigs are not suppressed in the C code.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.packit.yml b/.packit.yml index 98b71fc15e..962c77913e 100644 --- a/.packit.yml +++ b/.packit.yml @@ -31,9 +31,6 @@ actions: # [0] https://github.com/mesonbuild/meson/issues/7360 # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110 - 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec' - # FIXME: temporarily disable the deprecated-declarations check to suppress - # OpenSSL 3.0 warnings in Rawhide - - 'sed -i "1 i %global optflags %{optflags} -Wno-deprecated-declarations" .packit_rpm/systemd.spec' jobs: - job: copr_build |