Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void warn(const char* fmt, ...) {
43
va_list args;
44
45
va_start(args, fmt);
46
vwarn(fmt, args);
47
va_end(args);
48
}
49
50
void warnx(const char* fmt, ...) {
51
va_list args;
Callers
1
SetCommonSockOpts
Function · 0.50
Calls
1
vwarn
Function · 0.85
Tested by
no test coverage detected