mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			334 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			334 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/CMakeLists.txt
 | |
| +++ b/CMakeLists.txt
 | |
| @@ -14,8 +14,7 @@
 | |
|  if(MSVC)
 | |
|    add_compile_options(/W4 /WX)
 | |
|  else()
 | |
| -  add_compile_options(-Wall -Wextra -Wno-unused-parameter -Wno-unused-function
 | |
| -                      -Werror)
 | |
| +  add_compile_options(-Wall -Wextra -Wno-unused-parameter -Wno-unused-function)
 | |
|  endif()
 | |
|  
 | |
|  if(POLICY CMP0100)
 |