Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
rust1.74
ignore-Wstring-conversion.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ignore-Wstring-conversion.patch of Package rust1.74
Index: rustc-1.51.0-src/compiler/rustc_llvm/build.rs =================================================================== --- rustc-1.51.0-src.orig/compiler/rustc_llvm/build.rs +++ rustc-1.51.0-src/compiler/rustc_llvm/build.rs @@ -154,6 +154,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