mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Set stricter warning rules for gcc
This commit is contained in:
@@ -144,7 +144,7 @@ string abspath(const string& relpath)
|
||||
}
|
||||
|
||||
|
||||
int CV_CDECL cvErrorCallback(int /*status*/, const char* /*func_name*/,
|
||||
static int CV_CDECL cvErrorCallback(int /*status*/, const char* /*func_name*/,
|
||||
const char* err_msg, const char* /*file_name*/,
|
||||
int /*line*/, void* /*userdata*/)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user