distcc
distcc
Posted Aug 2, 2019 10:30 UTC (Fri) by jani (subscriber, #74547)In reply to: > Miguel Ojeda by scientes
Parent article: An end to implicit fall-throughs in the kernel
Care to elaborate?
Posted Aug 2, 2019 10:38 UTC (Fri)
by mageta (subscriber, #89696)
[Link] (2 responses)
Similar things can happen with other certain diagnostics that rely on seeing un-expanded macros (e.g.: -Wtautological-compare). They will complain, because Macros are already expanded in the files sent to the compute-node.
Posted Aug 2, 2019 12:55 UTC (Fri)
by mageta (subscriber, #89696)
[Link] (1 responses)
When building with distcc, I have been passing 'KCFLAGS=-Wno-tautological-compare' for a while now. This suppresses 95% of the complaints, but not every compiler-call honors KCFLAGS.. and I have been too lazy to track down why that is, its probably a bug.
I imagine one can work around the new warnings from the fall-through diagnostics in a similar way! Have not tested it yet though.
Posted Aug 2, 2019 18:20 UTC (Fri)
by scientes (guest, #83068)
[Link]
distcc
distcc
distcc