libuavcan: Coverity false positive suppression

This commit is contained in:
Pavel Kirienko 2014-07-15 22:40:34 +04:00
parent efd3f23eb1
commit 23178da7af

View File

@ -484,6 +484,7 @@ class UAVCAN_EXPORT Array : public ArrayImpl<T, ArrayMode, MaxSize_>
}
else
{
// coverity[suspicious_sizeof : FALSE]
::uavcan::fill_n(it, MaxSize, 0);
}
}