summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-09 14:30:41 (GMT)
committerBrad King <brad.king@kitware.com>2010-08-09 14:43:03 (GMT)
commitaef672311aa8b802c4477a4d51f531f752a6a787 (patch)
tree46bb1ae095b49e62f629a787a96eb1dad2bea21a /Source/cmMakefile.h
parent1b5b2ed3b2c458b25523342f3f32cb2a6368b1f5 (diff)
downloadCMake-aef672311aa8b802c4477a4d51f531f752a6a787.zip
CMake-aef672311aa8b802c4477a4d51f531f752a6a787.tar.gz
CMake-aef672311aa8b802c4477a4d51f531f752a6a787.tar.bz2
cmArchiveWrite: Fix signed/unsigned compare/convert
The libarchive interface accepts size_t but returns ssize_t. The std streams interface wants streamsize, which is typically ssize_t. Since no one type for our variable matches without conversions, make the conversions explicit to avoid -Wsign-conversion and -Wsign-compare warnings.
Diffstat (limited to 'Source/cmMakefile.h')
0 files changed, 0 insertions, 0 deletions