diff options
author | Brad King <brad.king@kitware.com> | 2016-10-06 15:43:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-06 17:26:05 (GMT) |
commit | ebef3632c79491c402991967aab03a9c971cb70d (patch) | |
tree | f0f0525ada0c2e56861e47065a14216cfefe2a48 /Tests/RunCMake/find_path | |
parent | b99bbfe88d1bb02dc903507f3e1bbe716ac04c12 (diff) | |
download | CMake-ebef3632c79491c402991967aab03a9c971cb70d.zip CMake-ebef3632c79491c402991967aab03a9c971cb70d.tar.gz CMake-ebef3632c79491c402991967aab03a9c971cb70d.tar.bz2 |
Android: Suppress -Wattributes warnings in test case builds
We use `-Werror` in the Android test builds to make sure there are
no warnings that we care about (e.g. unused flags). However, the
NDK r13 tools produce a warning about their own builtins:
```
<built-in>: In function 'float abs(float)':
<built-in>: warning: conflicts with previous declaration here [-Wattributes]
```
Suppress this warning so that we can continue using `-Werror` but
tolerate these warnings.
Diffstat (limited to 'Tests/RunCMake/find_path')
0 files changed, 0 insertions, 0 deletions