mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
fixed multiple build warnings
This commit is contained in:
+2
-2
@@ -54,7 +54,7 @@ KeyCodeAttribute::staticTypeName ()
|
||||
|
||||
template <>
|
||||
void
|
||||
KeyCodeAttribute::writeValueTo (OStream &os, int version) const
|
||||
KeyCodeAttribute::writeValueTo (OStream &os, int) const
|
||||
{
|
||||
Xdr::write <StreamIO> (os, _value.filmMfcCode());
|
||||
Xdr::write <StreamIO> (os, _value.filmType());
|
||||
@@ -68,7 +68,7 @@ KeyCodeAttribute::writeValueTo (OStream &os, int version) const
|
||||
|
||||
template <>
|
||||
void
|
||||
KeyCodeAttribute::readValueFrom (IStream &is, int size, int version)
|
||||
KeyCodeAttribute::readValueFrom (IStream &is, int, int)
|
||||
{
|
||||
int tmp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user