[libdvdcss-devel] [PATCH 01/47] build: Drop -Wsign-compare from CFLAGS

Diego Biurrun <[email protected]>
Newsgroups gmane.comp.video.videolan.libdvdcss,gmane.comp.video.videolan.libdvdcss.devel
Message-ID <[email protected]>
There is -Wextra in CFLAGS, which includes -Wsign-compare.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a07a3e0..f4fa527 100644
--- a/configure.ac
+++ b/configure.ac
@@ -205,7 +205,7 @@ AC_CHECK_HEADERS(sys/ioctl.h,[
   fi
 ])
 
-CC_CHECK_CFLAGS_APPEND([-Wall -Wsign-compare -Wextra])
+CC_CHECK_CFLAGS_APPEND([-Wall -Wextra])
 CC_FLAG_VISIBILITY([
   CC_ATTRIBUTE_VISIBILITY([default], [
     CFLAGS="${CFLAGS} -fvisibility=hidden"
-- 
1.9.1

_______________________________________________
libdvdcss-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libdvdcss-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.