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());