yuboxie 8c38bd9d68 Fix warning: conversion from 'int' to 'char', possible loss of data.
Root cause:
The return type of ::tolower is int. So when we use ::tolower in
std::transform(), it will generate this warning. If user turns on "treat
warning as error", Catch build will fail due to this warning.
2016-04-20 03:06:00 -07:00
..
2016-03-14 19:13:34 +00:00
2016-02-10 19:21:09 +00:00
2016-01-22 07:50:10 +00:00