commit | 6c5a17dd2603b282cb0800c262857dc0f3d55f7e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Sep 27 14:12:48 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Sep 30 10:39:18 2016 -0700 |
tree | 30e1e2db7f6fa6fe27cd5ffd5a5b7728c5ace31d | |
parent | 1d6c149d891c8dbfef78cd56a2d7fc6269348875 [diff] [blame] |
Fix libgui warnings The warnings were being hidden by the use of -isystem to include frameworks/native/include. Bug: 31752268 Test: m -j Merged-in: Idba8278bc0a73886ecb7978617854b433c0b5875 Change-Id: Idba8278bc0a73886ecb7978617854b433c0b5875
diff --git a/include/gui/IGraphicBufferProducer.h b/include/gui/IGraphicBufferProducer.h index 00ed239..d74f1f6 100644 --- a/include/gui/IGraphicBufferProducer.h +++ b/include/gui/IGraphicBufferProducer.h
@@ -350,7 +350,7 @@ }; // QueueBufferOutput must be a POD structure - struct __attribute__ ((__packed__)) QueueBufferOutput { + struct QueueBufferOutput { inline QueueBufferOutput() { } // outWidth - filled with default width applied to the buffer // outHeight - filled with default height applied to the buffer