mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	Removed compiler warnings as errors
This commit is contained in:
		
							parent
							
								
									ebe428e89a
								
							
						
					
					
						commit
						b5ed2b2e9a
					
				@ -530,7 +530,7 @@ endif()
 | 
				
			|||||||
##############################################################################
 | 
					##############################################################################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Compiler flags.
 | 
					# Compiler flags.
 | 
				
			||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -fmax-errors=10 -std=c++11 -O2 -ffast-math -ftree-vectorize ${EXTRA_FLAGS}")
 | 
					set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -fmax-errors=10 -std=c++11 -O2 -ffast-math -ftree-vectorize ${EXTRA_FLAGS}")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set(sdrangel_SOURCES
 | 
					set(sdrangel_SOURCES
 | 
				
			||||||
    app/main.cpp
 | 
					    app/main.cpp
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user