mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:30:05 +00:00 
			
		
		
		
	Add [[nodiscard]] to functions which need it in settings files
This commit is contained in:
		
							parent
							
								
									ba62004002
								
							
						
					
					
						commit
						36339e613f
					
				
					 14 changed files with 96 additions and 88 deletions
				
			
		|  | @ -23,11 +23,11 @@ public: | |||
|    AlertPaletteSettings(AlertPaletteSettings&&) noexcept; | ||||
|    AlertPaletteSettings& operator=(AlertPaletteSettings&&) noexcept; | ||||
| 
 | ||||
|    LineSettings& | ||||
|    [[nodiscard]] LineSettings& | ||||
|    threat_category(awips::ibw::ThreatCategory threatCategory) const; | ||||
|    LineSettings& inactive() const; | ||||
|    LineSettings& observed() const; | ||||
|    LineSettings& tornado_possible() const; | ||||
|    [[nodiscard]] LineSettings& inactive() const; | ||||
|    [[nodiscard]] LineSettings& observed() const; | ||||
|    [[nodiscard]] LineSettings& tornado_possible() const; | ||||
| 
 | ||||
|    friend bool operator==(const AlertPaletteSettings& lhs, | ||||
|                           const AlertPaletteSettings& rhs); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak