Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Package not found: home:nkrapp:branches:devel:languages:python/python-autodocsumm
SUSE:SLE-15-SP1:Update
rust.15838
ignore-Wstring-conversion.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ignore-Wstring-conversion.patch of Package rust.15838
Index: rustc-1.42.0-src/src/librustc_llvm/build.rs =================================================================== --- rustc-1.42.0-src.orig/src/librustc_llvm/build.rs +++ rustc-1.42.0-src/src/librustc_llvm/build.rs @@ -135,6 +135,12 @@ fn main() { continue; } + // hack to avoid flag on openSUSE which is incompatible with GCC + if flag.starts_with("-W") && flag.contains("string-conversion") { + continue; + } + + cfg.flag(flag); }
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