mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +08:00 
			
		
		
		
	fix some warnings (#660)
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
#include "ftxui/component/component.hpp"       // for Slider, Renderer, Vertical
 | 
			
		||||
#include "ftxui/component/screen_interactive.hpp"  // for ScreenInteractive
 | 
			
		||||
 | 
			
		||||
int main(int argc, const char* argv[]) {
 | 
			
		||||
int main() {
 | 
			
		||||
  using namespace ftxui;
 | 
			
		||||
  auto screen = ScreenInteractive::Fullscreen();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user