Skip to content

Commit

Permalink
NO-ISSUE: remove outdated flag from proton build
Browse files Browse the repository at this point in the history
`-Wno-error=deprecated-declarations` is no longer necessary
  • Loading branch information
jiridanek committed Oct 21, 2023
1 parent f17aedb commit 33005f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packaging/skupper-router.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ A lightweight message router, written in C and built on Qpid Proton, that provid
%build
%set_build_flags
cd %{_builddir}/qpid-proton-%{proton_vendored_version}
# PROTON-2473: -Wno-error=deprecated-declarations for DH_new, DH_...
%__cmake . -B "%{__cmake_builddir}" \
-DCMAKE_C_FLAGS="$CFLAGS -Wno-error=deprecated-declarations" \
-DBUILD_EXAMPLES=OFF \
-DBUILD_TESTING=OFF \
-DBUILD_BINDINGS=OFF \
Expand Down

0 comments on commit 33005f0

Please sign in to comment.