diff options
author | Brad King <brad.king@kitware.com> | 2009-02-05 22:09:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-05 22:09:28 (GMT) |
commit | 63d718e9f2366ab01d8e8dbf9c551a28f98e4978 (patch) | |
tree | f484c083be8284b9d140e82b3067957c2357dca8 /Modules/UseQt4.cmake | |
parent | dc13914cd698b49cbae491c1e1aebbcd44fbe932 (diff) | |
download | CMake-63d718e9f2366ab01d8e8dbf9c551a28f98e4978.zip CMake-63d718e9f2366ab01d8e8dbf9c551a28f98e4978.tar.gz CMake-63d718e9f2366ab01d8e8dbf9c551a28f98e4978.tar.bz2 |
COMP: Avoid warning about signed-char comparison
On some compilers 'char' is signed and is therefore always equal to or
less than 0x7f. In order to avoid the compiler warning we perform the
comparison with an unsigned char type.
Diffstat (limited to 'Modules/UseQt4.cmake')
0 files changed, 0 insertions, 0 deletions