ctSkennerton / crass

The CRISPR assembler
http://ctskennerton.github.io/crass
GNU General Public License v3.0
35 stars 11 forks source link

32bit build issues #37

Closed ctSkennerton closed 9 years ago

ctSkennerton commented 12 years ago

ReadHolder.h 391 there is an overloaded function with size_t and unsigned int which fails under 32bit systems

WuManber.cpp 114 there is a conversion between unsigned long and size_t which fails on 32bit systems