mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 23:40:06 +00:00 
			
		
		
		
	Fixing warnings in scwx-qt
This commit is contained in:
		
							parent
							
								
									3339a40780
								
							
						
					
					
						commit
						ff58f5bcf6
					
				
					 15 changed files with 36 additions and 21 deletions
				
			
		|  | @ -2,8 +2,10 @@ | |||
| #include <scwx/qt/gl/shader_program.hpp> | ||||
| #include <scwx/util/logger.hpp> | ||||
| 
 | ||||
| #pragma warning(push, 0) | ||||
| #include <glm/glm.hpp> | ||||
| #include <glm/gtc/type_ptr.hpp> | ||||
| #pragma warning(pop) | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  |  | |||
|  | @ -2,9 +2,11 @@ | |||
| #include <scwx/qt/gl/shader_program.hpp> | ||||
| #include <scwx/util/logger.hpp> | ||||
| 
 | ||||
| #pragma warning(push, 0) | ||||
| #include <glm/glm.hpp> | ||||
| #include <glm/gtc/matrix_transform.hpp> | ||||
| #include <glm/gtc/type_ptr.hpp> | ||||
| #pragma warning(pop) | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  |  | |||
|  | @ -172,7 +172,7 @@ MapWidgetImpl::GetLevel2ProductOrDefault(const std::string& productName) const | |||
|    { | ||||
|       if (context_->radarProductView_ != nullptr) | ||||
|       { | ||||
|          common::Level2Product level2Product = common::GetLevel2Product( | ||||
|          level2Product = common::GetLevel2Product( | ||||
|             context_->radarProductView_->GetRadarProductName()); | ||||
|       } | ||||
|    } | ||||
|  |  | |||
|  | @ -9,6 +9,7 @@ | |||
| #include <chrono> | ||||
| #include <execution> | ||||
| 
 | ||||
| #pragma warning(push, 0) | ||||
| #include <boost/date_time.hpp> | ||||
| #include <boost/date_time/local_time/local_time.hpp> | ||||
| #include <boost/timer/timer.hpp> | ||||
|  | @ -17,6 +18,7 @@ | |||
| #include <glm/gtc/matrix_transform.hpp> | ||||
| #include <glm/gtc/type_ptr.hpp> | ||||
| #include <mbgl/util/constants.hpp> | ||||
| #pragma warning(pop) | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  |  | |||
|  | @ -4,12 +4,14 @@ | |||
| 
 | ||||
| #include <execution> | ||||
| 
 | ||||
| #pragma warning(push, 0) | ||||
| #include <boost/timer/timer.hpp> | ||||
| #include <GeographicLib/Geodesic.hpp> | ||||
| #include <glm/glm.hpp> | ||||
| #include <glm/gtc/matrix_transform.hpp> | ||||
| #include <glm/gtc/type_ptr.hpp> | ||||
| #include <mbgl/util/constants.hpp> | ||||
| #pragma warning(pop) | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat