mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Fixing warnings in wxdata
This commit is contained in:
		
							parent
							
								
									05d795d18f
								
							
						
					
					
						commit
						3339a40780
					
				
					 17 changed files with 36 additions and 43 deletions
				
			
		|  | @ -25,7 +25,7 @@ typedef std::function<std::shared_ptr<Level3Message>(Level3MessageHeader&&, | |||
|                                                      std::istream&)> | ||||
|    CreateLevel3MessageFunction; | ||||
| 
 | ||||
| static const std::unordered_map<int16_t, CreateLevel3MessageFunction> //
 | ||||
| static const std::unordered_map<int, CreateLevel3MessageFunction> //
 | ||||
|    create_ {{2, GeneralStatusMessage::Create}, | ||||
|             {19, GraphicProductMessage::Create}, | ||||
|             {20, GraphicProductMessage::Create}, | ||||
|  | @ -140,7 +140,6 @@ std::shared_ptr<Level3Message> Level3MessageFactory::Create(std::istream& is) | |||
|    if (messageValid) | ||||
|    { | ||||
|       int16_t messageCode = header.message_code(); | ||||
|       size_t  dataSize = header.length_of_message() - Level3MessageHeader::SIZE; | ||||
| 
 | ||||
|       logger_->debug("Found Message {}", messageCode); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat