aboutsummaryrefslogtreecommitdiff
path: root/biology/ssaha/files/patch-GlobalDefinitions.cpp
blob: dbf6ed8a038f72511e012e7b6a191d829bfca930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./Global/GlobalDefinitions.cpp.orig	2004-03-01 13:51:28.000000000 -0300
+++ ./Global/GlobalDefinitions.cpp	2008-06-12 15:39:31.000000000 -0300
@@ -119,7 +119,7 @@
 MakeIntoWord::MakeIntoWord( int bitsPerSymbol, const char* tt ):
 bitsPerSymbol_( bitsPerSymbol ), tt_( tt ) 
 {
-  for ( unsigned int i(0) ; i < (1<<bitsPerSymbol_) ; ++i )
+  for ( unsigned int i(0) ; i < ( unsigned int )(1<<bitsPerSymbol_) ; ++i )
   {
     map_.insert( make_pair( (static_cast<char>(tolower(tt[i]))),i ) );
     map_.insert( make_pair( (static_cast<char>(toupper(tt[i]))),i ) );