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());
|
||||
|
Reference in New Issue
Block a user