On 10/24/2013 03:11 AM, Rolf Eike Beer wrote: > CMake/Source/CTest/cmCTestP4.cxx: In member function ‘virtual void > cmCTestP4::LoadRevisions()’: > CMake/Source/CTest/cmCTestP4.cxx:469:32: warning: conversion to ‘int’ > from ‘std::vector<std::basic_string<char> >::size_type {aka long > unsigned int}’ may alter its value [-Wconversion]
Also std::size_t does not work on VS 6. Both fixed: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b6fbd681 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers