diff options
author | Colin Cross <ccross@android.com> | 2016-09-15 18:02:46 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2016-09-16 11:13:20 -0700 |
commit | 412ad0dad8e362aa0a588034bf755666bde7134f (patch) | |
tree | 7b34881d199644f80a1ea94de492aec643d01445 /libutils/FileMap.cpp | |
parent | 4127ccbda502eef2ff71b72caaa3ce28a0d4b7c6 (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
Diffstat (limited to 'libutils/FileMap.cpp')
0 files changed, 0 insertions, 0 deletions