mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	General GCC compilation fixes
This commit is contained in:
		
							parent
							
								
									c7aba95233
								
							
						
					
					
						commit
						023688b746
					
				
					 19 changed files with 57 additions and 53 deletions
				
			
		|  | @ -43,7 +43,7 @@ DataBlock::DataBlock(const std::string& dataBlockType, | |||
| } | ||||
| DataBlock::~DataBlock() = default; | ||||
| 
 | ||||
| DataBlock::DataBlock(DataBlock&&) noexcept = default; | ||||
| DataBlock::DataBlock(DataBlock&&) noexcept            = default; | ||||
| DataBlock& DataBlock::operator=(DataBlock&&) noexcept = default; | ||||
| 
 | ||||
| class MomentDataBlockImpl | ||||
|  | @ -198,7 +198,7 @@ bool MomentDataBlock::Parse(std::istream& is) | |||
|    p->scale_                         = awips::Message::SwapFloat(p->scale_); | ||||
|    p->offset_                        = awips::Message::SwapFloat(p->offset_); | ||||
| 
 | ||||
|    if (p->numberOfDataMomentGates_ >= 0 && p->numberOfDataMomentGates_ <= 1840) | ||||
|    if (p->numberOfDataMomentGates_ <= 1840) | ||||
|    { | ||||
|       if (p->dataWordSize_ == 8) | ||||
|       { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat