summaryrefslogtreecommitdiff
path: root/android/PhoneNumberUtilsTest.cpp
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2018-03-16 14:07:05 -0700
committerGeorge Burgess IV <gbiv@google.com>2018-03-20 15:56:42 -0700
commit191d2e11ad2d18ec5c4fb4cc183920860b410d22 (patch)
tree3977ee735d02068a377af626e4601d05757cdbab /android/PhoneNumberUtilsTest.cpp
parent10ffacb2af3f94a24a72f5476729df946396ef45 (diff)
Apply a workaround for Bionic's ioctl signedness hack
Sqlite takes ioctl's address, and immediately casts it to a type incompatible with either `int(*)(int, int, ...)` or `int(*)(int, unsigned, ...)`. So, clang doesn't know what overload to pick, even though they both ultimately point to the same function. Bug: https://github.com/android-ndk/ndk/issues/402 Test: m on internal master Change-Id: I67aa885c835a3703d3ed23b5c3f24d3387c51be2
Diffstat (limited to 'android/PhoneNumberUtilsTest.cpp')
0 files changed, 0 insertions, 0 deletions