public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Davide Cavalca <dcavalca@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/tsl-sparse-map] epel10: Warnings shouldn't break the build
Date: Thu, 17 Sep 2026 08:14:45 GMT	[thread overview]
Message-ID: <178963288515.1.3154296535251410595.rpms-tsl-sparse-map-755c06168876@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/tsl-sparse-map
Branch : epel10
Commit : 755c06168876bbff1b499531bbdbd59a2cd10cd9
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date   : 2023-01-23T20:27:00-08:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/tsl-sparse-map/c/755c06168876bbff1b499531bbdbd59a2cd10cd9?branch=epel10

Log:
Warnings shouldn't break the build

---
diff --git a/tsl-sparse-map.spec b/tsl-sparse-map.spec
index 988f43b..4f10570 100644
--- a/tsl-sparse-map.spec
+++ b/tsl-sparse-map.spec
@@ -19,6 +19,7 @@ Source0:        %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  sed
 
 BuildRequires:  boost-devel
 
@@ -32,6 +33,9 @@ Summary:        %{summary}
 %prep
 %autosetup -n %{srcname}-%{version}
 
+# Warnings shouldn't break the build
+sed -i 's/-Werror//' tests/CMakeLists.txt
+
 %build
 %cmake
 %cmake_build

                 reply	other threads:[~2026-09-17  8:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178963288515.1.3154296535251410595.rpms-tsl-sparse-map-755c06168876@fedoraproject.org \
    --to=dcavalca@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox