commit | 4cbdd91bee7c736964b224c03e080344bcc117f1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Sep 21 20:51:04 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Sep 21 22:42:55 2016 -0700 |
tree | 88ea81c58a51238fccc8a412282650eb927259e6 | |
parent | 022db114380a84889da8b56fb90c0c5df5d1ea36 [diff] |
Fix format warnings in hardware/qcom/camera system/core/include is included in the global include path using -isystem, which hides log format warnings when built with gcc. Fix the warnings in preparation for switching from -isystem to -I. Test: lunch aosp_angler-userdebug && m -j Bug: 31492149 Change-Id: I5e93be7a1bedfeeecb4e00eed3bbf45c8b8a5778