Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
benchmark
gcc12-disable-Werror=maybe-uninitialized.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc12-disable-Werror=maybe-uninitialized.patch of Package benchmark
diff --git a/CMakeLists.txt b/CMakeLists.txt index b8852e4..4363fa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,6 +238,7 @@ else() if (BENCHMARK_ENABLE_LTO) add_cxx_compiler_flag(-flto) add_cxx_compiler_flag(-Wno-lto-type-mismatch) + add_cxx_compiler_flag(-Wno-error=maybe-uninitialized) if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") find_program(GCC_AR gcc-ar) if (GCC_AR)
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