Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
dnf5
dnf5-disable-Werror.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dnf5-disable-Werror.patch of Package dnf5
From 605a6f59132937ee53a11de07544abb496228c95 Mon Sep 17 00:00:00 2001 From: Neal Gompa <neal@gompa.dev> Date: Tue, 12 Sep 2023 18:25:34 -0400 Subject: [PATCH] cmake: Drop Werror from compile options This fixes the build for the library bindings and tests. References: * https://github.com/rpm-software-management/dnf5/issues/746 * https://github.com/rpm-software-management/dnf5/issues/562 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2267e3d6..5bc551a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ set(CMAKE_VISIBILITY_INLINES_HIDDEN ON) add_compile_options("-fmacro-prefix-map=${PROJECT_SOURCE_DIR}/=") # warnings -add_compile_options(-Wall -Wextra -Werror) +add_compile_options(-Wall -Wextra) add_compile_options(-Wcast-align -Wformat-nonliteral -Wmissing-format-attribute -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wwrite-strings) add_compile_options(-Werror=unused-result -Wodr) -- 2.45.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor