mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 17:00:05 +00:00 
			
		
		
		
	General GCC compilation fixes
This commit is contained in:
		
							parent
							
								
									c7aba95233
								
							
						
					
					
						commit
						023688b746
					
				
					 19 changed files with 57 additions and 53 deletions
				
			
		|  | @ -45,7 +45,7 @@ QVariant ImGuiContextModel::data(const QModelIndex& index, int role) const | |||
|    } | ||||
| 
 | ||||
|    const int row = index.row(); | ||||
|    if (row >= p->contexts_.size() || row < 0) | ||||
|    if (row >= static_cast<int>(p->contexts_.size()) || row < 0) | ||||
|    { | ||||
|       return {}; | ||||
|    } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat