[libdvdcss-devel] build: Drop -Wsign-compare from CFLAGS

[email protected] (Diego Biurrun)
Newsgroups gmane.comp.video.videolan.libdvdcss,gmane.comp.video.videolan.libdvdcss.devel
Message-ID <[email protected]>
libdvdcss | branch: master | Diego Biurrun <[email protected]> | Wed Oct 29 21:03:03 2014 +0100| [9ee03ddc4699baae6ac82c0db2be9b6a727cb9cd] | committer: Diego Biurrun

build: Drop -Wsign-compare from CFLAGS

There is -Wextra in CFLAGS, which includes -Wsign-compare.

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=9ee03ddc4699baae6ac82c0db2be9b6a727cb9cd
---

 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"

_______________________________________________
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.