Fixed all ARM-related issues/warnings/etc
This commit is contained in:
		
							parent
							
								
									dae32ede11
								
							
						
					
					
						commit
						6733bf2a20
					
				
					 44 changed files with 123 additions and 120 deletions
				
			
		| 
						 | 
				
			
			@ -99,7 +99,7 @@ int main(int argc, char **argv){
 | 
			
		|||
                  for (uint64_t j = pages.getDeleted(); j < pages.getEndPos(); j++){
 | 
			
		||||
                    char thisPageName[NAME_BUFFER_SIZE];
 | 
			
		||||
                    snprintf(thisPageName, NAME_BUFFER_SIZE, SHM_TRACK_DATA,
 | 
			
		||||
                             Util::streamName, i, pages.getInt("firstkey", j));
 | 
			
		||||
                             Util::streamName, i, (uint32_t)pages.getInt("firstkey", j));
 | 
			
		||||
                    IPC::sharedPage p(thisPageName, 0);
 | 
			
		||||
                    p.master = true;
 | 
			
		||||
                  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue