Brad King aef672311a 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.
2010-08-09 10:43:03 -04:00
..
2010-08-03 16:07:31 -04:00
2010-08-05 00:10:03 -04:00
2010-05-19 15:40:48 -06:00
2009-12-08 09:38:36 -05:00
2010-05-17 13:34:29 -04:00
2010-03-02 15:38:02 -05:00
2010-03-17 11:04:13 -04:00