siod/slibu.c fails to build on AIX due to -Wint-conversion being upgraded to an error by D129881. So this patch adds -Wno-int-conversion to suppress the error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
- Build Status
Buildable 177208 Build 266297: arc lint + arc unit
Event Timeline
Comment Actions
Oops, I'm sorry, I fixed the breakage before I noticed this review! I've already landed the same fix in f47d83408790e3558e5fdb871ba66996b1b1183d, but thank you for this just the same! FWIW, next time you should feel free to land this sort of fix on your own, if you want to (it's always fine to land fixes without precommit review).