diff options
author | Brad King <brad.king@kitware.com> | 2010-07-06 14:20:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-07-06 14:20:50 (GMT) |
commit | 54b1dc4161652f4f06e0f79bb9d3e98d7f36d479 (patch) | |
tree | 4c084a6f31dd3ca66631c01911113fc58fd9dd9f /Source/CPack | |
parent | f315c299661563b5fe74f75e691637363e712545 (diff) | |
parent | 050af165bb7cc8e6c44121592b07a379cd691cec (diff) | |
download | CMake-54b1dc4161652f4f06e0f79bb9d3e98d7f36d479.zip CMake-54b1dc4161652f4f06e0f79bb9d3e98d7f36d479.tar.gz CMake-54b1dc4161652f4f06e0f79bb9d3e98d7f36d479.tar.bz2 |
Merge branch 'fix-cmake-conversion-warnings'
Diffstat (limited to 'Source/CPack')
-rw-r--r-- | Source/CPack/cmCPackDebGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx index c254dbb..cee24ef 100644 --- a/Source/CPack/cmCPackDebGenerator.cxx +++ b/Source/CPack/cmCPackDebGenerator.cxx @@ -371,7 +371,7 @@ static const char * ar_rname(const char *path) typedef struct ar_hdr HDR; static char ar_hb[sizeof(HDR) + 1]; /* real header */ -static int ar_already_written; +static size_t ar_already_written; /* copy_ar -- * Copy size bytes from one file to another - taking care to handle the |