mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	test: Add test coverage for capture child process output
ASTERISK-30037 #close Change-Id: I0273e85eeeb6b8e46703f24cd74d84f3daf0a69a
This commit is contained in:
		
				
					committed by
					
						 George Joseph
						George Joseph
					
				
			
			
				
	
			
			
			
						parent
						
							aeb23fe2a7
						
					
				
				
					commit
					47e49f93fa
				
			
							
								
								
									
										10
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								configure.ac
									
									
									
									
									
								
							| @@ -1405,6 +1405,16 @@ else | ||||
| fi | ||||
| AC_SUBST(AST_NO_FORMAT_TRUNCATION) | ||||
|  | ||||
| AC_MSG_CHECKING(for -Wno-format-y2k) | ||||
| if $(${CC} -Wno-format-y2k -Werror -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then | ||||
| 	AC_MSG_RESULT(yes) | ||||
| 	AST_NO_FORMAT_Y2K=-Wno-format-y2k | ||||
| else | ||||
| 	AC_MSG_RESULT(no) | ||||
| 	AST_NO_FORMAT_Y2K= | ||||
| fi | ||||
| AC_SUBST(AST_NO_FORMAT_Y2K) | ||||
|  | ||||
| AC_MSG_CHECKING(for -Wno-stringop-truncation) | ||||
| if $(${CC} -Wno-stringop-truncation -Werror -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then | ||||
| 	AC_MSG_RESULT(yes) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user