snap icon indicating copy to clipboard operation
snap copied to clipboard

Fix compilation errors in C++11.

Open SolalPirelli opened this issue 8 years ago • 2 comments

There are two occurrences of unsigned _int64 in the codebase, which were obviously meant to be _uint64.

Then there's an assignment of a char to a char*. I'm not sure whether that fix is correct regarding what the code was supposed to do, but it fixes compilation problems.

SolalPirelli avatar Mar 22 '16 10:03 SolalPirelli

Can one of the admins verify this patch?

AmplabJenkins avatar Mar 22 '16 10:03 AmplabJenkins

Can one of the admins verify this patch?

AmplabJenkins avatar Feb 15 '17 13:02 AmplabJenkins