mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
fixed multiple build warnings
This commit is contained in:
+2
-2
@@ -55,7 +55,7 @@ StringVectorAttribute::staticTypeName ()
|
||||
|
||||
template <>
|
||||
void
|
||||
StringVectorAttribute::writeValueTo (OStream &os, int version) const
|
||||
StringVectorAttribute::writeValueTo (OStream &os, int) const
|
||||
{
|
||||
int size = _value.size();
|
||||
|
||||
@@ -70,7 +70,7 @@ StringVectorAttribute::writeValueTo (OStream &os, int version) const
|
||||
|
||||
template <>
|
||||
void
|
||||
StringVectorAttribute::readValueFrom (IStream &is, int size, int version)
|
||||
StringVectorAttribute::readValueFrom (IStream &is, int size, int)
|
||||
{
|
||||
int read = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user