fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list
This commit is contained in:
parent
da05e6609a
commit
89c4bc54d9
@ -232,7 +232,7 @@ enum
|
||||
CV_INTER_LINEAR =1,
|
||||
CV_INTER_CUBIC =2,
|
||||
CV_INTER_AREA =3,
|
||||
CV_INTER_LANCZOS4 =4,
|
||||
CV_INTER_LANCZOS4 =4
|
||||
};
|
||||
|
||||
/* ... and other image warping flags */
|
||||
|
Loading…
x
Reference in New Issue
Block a user