Enable warnings as errors
This commit is contained in:
		
							parent
							
								
									224fc8a20f
								
							
						
					
					
						commit
						f39e9928eb
					
				@ -92,6 +92,7 @@ endif
 | 
			
		||||
endif
 | 
			
		||||
CFLAGS += -Wall
 | 
			
		||||
CFLAGS += -Wstrict-prototypes
 | 
			
		||||
CFLAGS += -Werror
 | 
			
		||||
#CFLAGS += -mshort-calls
 | 
			
		||||
#CFLAGS += -fno-unit-at-a-time
 | 
			
		||||
#CFLAGS += -Wundef
 | 
			
		||||
@ -115,6 +116,7 @@ CPPFLAGS += -O$(OPT)
 | 
			
		||||
CPPFLAGS += -w
 | 
			
		||||
CPPFLAGS += -Wall
 | 
			
		||||
CPPFLAGS += -Wundef
 | 
			
		||||
CPPFLAGS += -Werror
 | 
			
		||||
#CPPFLAGS += -mshort-calls
 | 
			
		||||
#CPPFLAGS += -fno-unit-at-a-time
 | 
			
		||||
#CPPFLAGS += -Wstrict-prototypes
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user