I guess something in this chain gcc->ctest->cdash goes wrong. See the following example:
While this is what gcc outputs ( where LC_MESSAGES=C): {{{ warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘size_t’ }}} ctest makes this of it: {{{ warning: format <-30><-128><-104>%d<-30><-128><-103> expects type <-30><-128><-104>int<-30><-128><-103>, but argument 5 has type <-30><-128><-104>size_t<-30><-128><-103> }}} which is no problem, since the XML file is not meant to be read by human beings. But it is this what cdash displays: warning: format <-30><-128><-104>%d<-30><-128><-103> expects type <-30><-128><-104>int<-30><-128><-103>, but argument 5 has type <-30><-128><-104>size_t<-30><-128><-103> This can't be desired, is it? Best, -- Maik _______________________________________________ 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://www.cmake.org/mailman/listinfo/cmake