commit | 85f638e2458aa57ddccfaebdd8c3398e15cea92c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 15 18:02:46 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Sep 16 11:13:20 2016 -0700 |
tree | 7b34881d199644f80a1ea94de492aec643d01445 | |
parent | 955e8e79faca64f7ae4a88b58cfcaf82061f1cd7 [diff] |
Hide gnu extension warnings in log/log.h system/core/include is included in the global include path using -isystem, which hides all warnings. Fix warnings in log/log.h in preparation for moving from -isystem to -I. log/log.h uses gnu extensions for zero-argument variadic macro token pasting, which clang warns about with -Weverything. Hide the warnings using pragmas. Test: m -j native Bug: 31492149 Change-Id: Ib2113f877d811a6ecc0e91c035640b506f04bd86