CMake: Now converting JSon to source with EOG / Warnings fix on GCC
This commit is contained in:
@@ -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());
|
||||
|
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user