MCPcopy Create free account
hub / github.com/catboost/catboost / warn

Function warn

util/system/err.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void warn(const char* fmt, ...) {
43 va_list args;
44
45 va_start(args, fmt);
46 vwarn(fmt, args);
47 va_end(args);
48}
49
50void warnx(const char* fmt, ...) {
51 va_list args;

Callers 1

SetCommonSockOptsFunction · 0.50

Calls 1

vwarnFunction · 0.85

Tested by

no test coverage detected