Brad King 7ff98b7a8c Fix forced-seed argument type in string(RANDOM)
Clang points out that local variable 'seed' needs to be "unsigned int":

Source/cmStringCommand.cxx:828:21: warning: operands of ? are integers
of different signs: 'int' and 'unsigned int' [-Wsign-compare]
    srand(force_seed? seed : cmSystemTools::RandomSeed());
                    ^ ~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2011-05-23 15:57:41 -04:00
..
2011-04-05 14:28:38 -04:00
2011-05-16 00:12:06 -04:00
2011-04-19 14:07:36 -04:00
2011-03-15 15:07:37 -04:00
2011-03-15 15:07:37 -04:00
2011-03-15 15:07:37 -04:00
2010-09-10 14:42:09 -04:00
2006-03-10 13:54:57 -05:00
2011-02-25 17:26:34 -05:00
2010-11-12 10:47:28 -05:00
2010-08-31 10:41:23 -04:00