Change crdmg's minimum SDK version to 10.10.
An upcoming version of clang removes the ability to suppress availability warnings by redeclaring functions. The new way to suppress warnings is to either annotate the caller with an availability attribute or enclose the function reference in an "if (@available)" block. But we don't need to do any of that for crdmg. According to source code comments, the executable only works with 10.10+, so we can adjust the minimum SDK version to match. Bug: 735328 Change-Id: Ib735ffe60c67681b2d13f5dbbfddb6aa6b928248 Reviewed-on: https://chromium-review.googlesource.com/564290Reviewed-by:Robert Sesek <rsesek@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Sidney San Martin <sdy@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#485433}
Showing
Please register or sign in to comment