mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-11-04 10:49:07 +01:00 
			
		
		
		
	build: don't warn on unused parameters
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
		@@ -61,7 +61,7 @@ AC_SUBST(SYMBOL_VISIBILITY)
 | 
			
		||||
 | 
			
		||||
AC_MSG_CHECKING(whether compiler understands -Wall)
 | 
			
		||||
old_CFLAGS="$CFLAGS"
 | 
			
		||||
CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused -Wsign-compare"
 | 
			
		||||
CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -Wno-unused -Wsign-compare"
 | 
			
		||||
AC_TRY_COMPILE([],[],
 | 
			
		||||
  AC_MSG_RESULT(yes),
 | 
			
		||||
  AC_MSG_RESULT(no)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user