mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			332 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			332 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/ports/unix/Makefile
 | 
						|
+++ b/ports/unix/Makefile
 | 
						|
@@ -44,7 +44,7 @@
 | 
						|
 INC += -I$(BUILD)
 | 
						|
 
 | 
						|
 # compiler settings
 | 
						|
-CWARN = -Wall -Werror
 | 
						|
+CWARN = -Wall
 | 
						|
 CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith -Wdouble-promotion -Wfloat-conversion
 | 
						|
 CFLAGS += $(INC) $(CWARN) -std=gnu99 -DUNIX $(COPT) -I$(VARIANT_DIR) $(CFLAGS_EXTRA)
 | 
						|
 
 |