amplab / snap

Scalable Nucleotide Alignment Program -- a fast and accurate read aligner for high-throughput sequencing data
https://www.microsoft.com/en-us/research/project/snap/
Apache License 2.0
287 stars 66 forks source link

Fix compilation errors in C++11. #71

Open SolalPirelli opened 8 years ago

SolalPirelli commented 8 years ago

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.

AmplabJenkins commented 8 years ago

Can one of the admins verify this patch?

AmplabJenkins commented 7 years ago

Can one of the admins verify this patch?