Add name for typedef
hardware/libhardware/include was being included with -isystem, which hides warnings. Add the missing name for a typedef. Bug: 32018017 Test: m -j Change-Id: I35f950ba3e26836cb51312ef28e98748f29d8cd8
This commit is contained in:
parent
248ec3da8b
commit
64cd91274f
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ enum {
|
|||
typedef struct camera2_jpeg_blob {
|
||||
uint16_t jpeg_blob_id;
|
||||
uint32_t jpeg_size;
|
||||
};
|
||||
} camera2_jpeg_blob_t;
|
||||
|
||||
enum {
|
||||
CAMERA2_JPEG_BLOB_ID = 0x00FF
|
||||
|
|
Loading…
Reference in a new issue