rocksdb/third-party/rapidjson
Yueh-Hsuan Chiang 96663410b0 Fix a rapidjson compile error in mac.
Summary:
This diff fixes the following compilation error in mac.
  ./third-party/rapidjson/reader.h:422:31: error: comparison of constant 256 with expression of type 'Ch' (aka 'char') is always true
        [-Werror,-Wtautological-constant-out-of-range-compare]
                                  if ((sizeof(Ch) == 1 || e < 256) && escape[(unsigned char)e])
                                                          ~ ^ ~~~
  1 error generated.

Test Plan: make db_test

Reviewers: haobo, sdong, igor, ljin

Reviewed By: ljin

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D19245
2014-06-23 17:09:24 -06:00
..
internal Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00
document.h Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00
filestream.h Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00
license.txt Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00
prettywriter.h Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00
rapidjson.h Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00
reader.h Fix a rapidjson compile error in mac. 2014-06-23 17:09:24 -06:00
stringbuffer.h Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00
writer.h Add rapidjson to RocksDB 2014-05-15 16:07:05 -07:00