Code quality: fixed compilation errors/warnings with Clang

This commit is contained in:
Philippe Tillet
2015-08-05 09:24:10 -07:00
parent 1a42494411
commit f4c597b294
9 changed files with 13 additions and 15 deletions

View File

@@ -104,6 +104,7 @@ void bench(isc::numeric_type dtype, std::string operation)
while(total_time*1e-9 < 1e-3){\
std::list<isc::driver::Event> events;\
flush = isc::zeros(1e6, 1, dtype);\
queue.synchronize();\
OP;\
queue.synchronize();\
times.push_back(std::accumulate(events.begin(), events.end(), 0, &time_event));\