mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
fixed defects from Xcode
This commit is contained in:
@@ -426,6 +426,7 @@ String format( const char* fmt, ... )
|
||||
String s(len, '\0');
|
||||
va_start(va, fmt);
|
||||
len = vsnprintf((char*)s.c_str(), len + 1, fmt, va);
|
||||
(void)len;
|
||||
va_end(va);
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user