mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05: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