mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
Suppress warning unused parameter
This commit is contained in:
parent
61b9484155
commit
4826d976d6
@ -502,7 +502,7 @@ namespace colormap
|
||||
this->_lut = c;
|
||||
}
|
||||
void init(int n) {
|
||||
CV_Error(Error::StsAssert, "unused method in UserColormap.");
|
||||
CV_Error(Error::StsAssert, format("unused method in UserColormap init(%d).",n));
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user