mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Add -Wextra
This commit is contained in:
		| @@ -27,7 +27,7 @@ class Container : public Component { | ||||
|   using EventHandler = bool (Container::*)(Event); | ||||
|   bool VerticalEvent(Event event); | ||||
|   bool HorizontalEvent(Event event); | ||||
|   bool TabEvent(Event event) { return false; } | ||||
|   bool TabEvent(Event) { return false; } | ||||
|   EventHandler event_handler_; | ||||
|  | ||||
|   using RenderHandler = Element (Container::*)(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni