CMake: Now converting JSon to source with EOG / Warnings fix on GCC

This commit is contained in:
Philippe Tillet
2015-08-06 17:53:20 -07:00
parent 5facf4fc29
commit 0f0946b7a7
7 changed files with 10 additions and 11 deletions

View File

@@ -51,7 +51,6 @@ void database::import(std::string const & str, driver::CommandQueue const & queu
{
namespace js = rapidjson;
map_type & result = cache_[queue];
//Parse the JSON document
js::Document document;
document.Parse<0>(str.c_str());

View File

@@ -382,9 +382,9 @@ static const char broadwell[] = {
0x69, 0x6c, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x5b, 0x31,
0x2c, 0x20, 0x31, 0x32, 0x38, 0x2c, 0x20, 0x31, 0x2c, 0x20,
0x31, 0x36, 0x2c, 0x20, 0x33, 0x32, 0x2c, 0x20, 0x31, 0x5d,
0x5d, 0x7d, 0x7d, 0x7d, };
0x5d, 0x7d, 0x7d, 0x7d, 0x0};
static const std::size_t broadwell_len = 3744;
static const std::size_t broadwell_len = 3745;
}
}