mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Suppress warnings emitted by Checker Framework version 3.0.1
More information: https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing Tested: TAP train for global presubmit queue http://test/OCL:284110051:BASE:284105515:1575631294184:2673a9f9 PiperOrigin-RevId: 284186732
This commit is contained in:
parent
a705480b5d
commit
d73af0247b
@ -470,6 +470,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
*
|
||||
* @return The parsed object data.
|
||||
*/
|
||||
// incompatible types in argument.
|
||||
@SuppressWarnings("nullness:argument.type.incompatible")
|
||||
private static ObjectData parseObjectData(ParsableBitArray data) {
|
||||
int objectId = data.readBits(16);
|
||||
data.skipBits(4); // Skip object_version_number
|
||||
|
Loading…
x
Reference in New Issue
Block a user