commit | 5eb16c8f525dfe9cae0f5c7e4fbe543b4b884f81 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Mon Jun 25 11:48:58 2018 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Mon Jun 25 11:52:54 2018 -0700 |
tree | 397f648c75977ab0c41bb995116b9ed2c6a4685e | |
parent | 7aa20235cebb6678e2241efa75de6286e025767f [diff] |
Do not customize __format__ for Windows/MinGW to gnu_printf Bug: http://b/69933090 Bug: http://b/69933068 MinGW uses gnu_printf to force C99 printf analysis with GCC, but clang does not support gnu_printf. So just use the default that's used for other platforms. This also mirrors upstream commit https://sourceforge.net/p/mingw-w64/mingw-w64/ci/015e637b4b24d9915162ab877ed539ad0e657951/. Test: m native-host-cross with Clang. Change-Id: I3deb266d70e25296c4ae1d58637afbabc3d949c1