commit | 53f59456090ceec2bf4ff0ecf5634c1d3eaa70c8 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Tue Sep 18 14:58:17 2018 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Wed Sep 26 02:14:02 2018 +0000 |
tree | 5ed3dab4595f78e512ebc6efb8fedd360aa7b4f0 | |
parent | 18a1606a883fb5de1f8af403cda6a44976a2b80d [diff] |
Do not enable -Wold-style-cast for Windows Bug: http://b/91353691 Enable -Wold-style-cast only for non-Windows targets. _islower_l, _isupper_l etc. in MinGW locale_win32.h (included from libcxx/include/__locale) have an old-style-cast. Test: Build and test Windows modules under Wine. Change-Id: Ib7594559a43096885b0cc1c656cf59db8b52d38b