diff options
author | Brad King <brad.king@kitware.com> | 2015-12-21 09:48:35 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-01-07 13:44:46 -0500 |
commit | b947fc27d5e8c54b2e4cd58c6c9b22b34a843039 (patch) | |
tree | a194cff4d71013297e191eaa7db993dbcae91f61 /Tests/PreOrder | |
parent | a53e0168c344111de301ad67498ad89862b58cdf (diff) | |
download | cmake-b947fc27d5e8c54b2e4cd58c6c9b22b34a843039.tar.gz |
CTestCustom: Suppress -Wshadow warning about Solaris 'single' typedef
On Solaris the system `/usr/include/floatingpoint.h` header contains
typedef float single;
so the GNU compiler warns that uses of the name `single` shadow it.
Just suppress the warning because our uses of this name would become
less readable with a different name.
Diffstat (limited to 'Tests/PreOrder')
0 files changed, 0 insertions, 0 deletions