Commit ab0885d3 authored by Vit Babel's avatar Vit Babel

SpeedTest: fix const uncompatibility

in order to build with cygwin, maybe because of new benchmark version
parent edb651a4
...@@ -15,7 +15,7 @@ std::vector<int> vecCppIter (benchmarkVectorSize, 0); ...@@ -15,7 +15,7 @@ std::vector<int> vecCppIter (benchmarkVectorSize, 0);
int main (int argc, const char ** argv) int main (int argc, char ** argv)
{ {
// Preparing input benchmark data (the same data sets for all tests). // Preparing input benchmark data (the same data sets for all tests).
srand(0xDEADBEEF); srand(0xDEADBEEF);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment