summaryrefslogtreecommitdiff
path: root/server/TetherControllerTest.cpp
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2021-03-16 11:33:20 -0700
committerPirama Arumuga Nainar <pirama@google.com>2021-03-17 16:48:44 +0000
commit6f528dd01fc5e80a6590ef729ed9302b11fa7fb6 (patch)
tree47206b3a7d5bf87c23a2455eb0c92c12ebe96a06 /server/TetherControllerTest.cpp
parent3824ac96477f7432767f683b0d44c0356e6c7d5a (diff)
[clang-tidy] Disable performance-no-int-to-ptr
Bug: http://b/182416023 This warning is added by new clang update (clang-r416183). packages/modules/DnsResolver/gethnamaddr.cpp:367:10: error: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr,-warnings-as-errors] bp = (char*) ALIGN(bp); packages/modules/DnsResolver/sethostent.cpp:124:19: error: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr,-warnings-as-errors] ptr = (char*) ALIGN(ptr); Test: Build with clang-r416183 and verify build. Change-Id: I6de904acabee1ddd8a9741f793458433a1bc0041
Diffstat (limited to 'server/TetherControllerTest.cpp')
0 files changed, 0 insertions, 0 deletions