| 115 | } |
| 116 | |
| 117 | void WithColor::defaultWarningHandler(Error Warning) { |
| 118 | handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) { |
| 119 | WithColor::warning() << Info.message() << '\n'; |
| 120 | }); |
| 121 | } |
nothing calls this directly
no test coverage detected