_LA_count_check not const
This commit is contained in:
		
							parent
							
								
									b1fea2f1c2
								
							
						
					
					
						commit
						4e08955ed5
					
				@ -44,7 +44,7 @@ namespace LA {
 | 
				
			|||||||
GPU_START gpu_start_instant;
 | 
					GPU_START gpu_start_instant;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const bool _LA_count_check=true;
 | 
					bool _LA_count_check=true; //intentionally not const
 | 
				
			||||||
const bool _LA_warn_empty_copyonwrite=false;
 | 
					const bool _LA_warn_empty_copyonwrite=false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern "C" void _findme(void) {}; //for autoconf test we need a function with C linkage
 | 
					extern "C" void _findme(void) {}; //for autoconf test we need a function with C linkage
 | 
				
			||||||
 | 
				
			|||||||
@ -29,7 +29,7 @@ extern void sigtraceback(int sig,int flags);
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern const bool _LA_warn_empty_copyonwrite;
 | 
					extern const bool _LA_warn_empty_copyonwrite;
 | 
				
			||||||
extern const bool _LA_count_check;
 | 
					extern  bool _LA_count_check; //intentionally not const
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//exception class for laerror
 | 
					//exception class for laerror
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user