mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
fixed multiple build warnings
This commit is contained in:
+2
-2
@@ -56,7 +56,7 @@ StringAttribute::staticTypeName ()
|
||||
|
||||
template <>
|
||||
void
|
||||
StringAttribute::writeValueTo (OStream &os, int version) const
|
||||
StringAttribute::writeValueTo (OStream &os, int) const
|
||||
{
|
||||
int size = _value.size();
|
||||
|
||||
@@ -67,7 +67,7 @@ StringAttribute::writeValueTo (OStream &os, int version) const
|
||||
|
||||
template <>
|
||||
void
|
||||
StringAttribute::readValueFrom (IStream &is, int size, int version)
|
||||
StringAttribute::readValueFrom (IStream &is, int size, int)
|
||||
{
|
||||
_value.resize (size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user