commit | 506365020dd2b22d961c978ab7e5bd193e4c8587 | [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 | 703bdbfdcb8acbe75e5dfb13f492030fa72eb322 | |
parent | 7517f64ab212eb8f49f445844c65a47d78a76dc4 [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