| 13 | } |
| 14 | |
| 15 | void WarningDefault(const char* text) |
| 16 | { |
| 17 | printf_s(text); |
| 18 | } |
| 19 | |
| 20 | SDR::Log::LogFunctionType MessageImpl = MessageDefault; |
| 21 | SDR::Log::LogFunctionColorType MessageColorImpl = MessageColorDefault; |
nothing calls this directly
no outgoing calls
no test coverage detected