mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
modified cvcontourtree.cpp, cvfont.h, iplconvkernel.cpp to suppress warnings
This commit is contained in:
parent
b6eebd4fb4
commit
a3e10782ae
3 changed files with 5 additions and 3 deletions
|
@ -89,7 +89,7 @@ rb_initialize(int argc, VALUE *argv, VALUE self)
|
|||
int _cols = NUM2INT(cols);
|
||||
int _rows = NUM2INT(rows);
|
||||
int num_values;
|
||||
int *_values;
|
||||
int *_values = NULL;
|
||||
const int INVALID_SHAPE = -1;
|
||||
|
||||
shape_type = CVMETHOD("STRUCTURING_ELEMENT_SHAPE", shape, INVALID_SHAPE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue