commit | 90976cf2fc0200434a631ea01304675d9efc7b98 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Nov 01 12:53:32 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Nov 01 12:53:32 2018 -0700 |
tree | 0ff17bc9e4b3da99f843f37ddbb818b79a16dc76 | |
parent | dc1ffa73d10cef88afdbee90a6bd84f28ab69b82 [diff] |
Fix mesa3d build w/C and __has_cpp_attribute As long as we're building with C++, the compiler is supposed to ignore unknown attributes, so we can remove the current ifdef. Also switch to the standard [[fallthrough]] rather than the clang specific one. Test: build mesa3d Change-Id: Ic1545e89bf0f9585a38979fafc0562161403a103