[libdvdcss-devel] dvd_region: Shut up warnings about (sometimes) unused function parameters

[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]> | Mon Oct 20 11:59:16 2014 +0200| [0eb4b06fff33a288cff9057cbd906b00a0b86c54] | committer: Diego Biurrun

dvd_region: Shut up warnings about (sometimes) unused function parameters

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

 test/dvd_region.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/dvd_region.c b/test/dvd_region.c
index 53798b4..903b91d 100644
--- a/test/dvd_region.c
+++ b/test/dvd_region.c
@@ -31,6 +31,10 @@ static int ioctl_SendRPC( int i_fd, int i_pdrc )
 {
     int i_ret;
 
+    /* Shut up warnings about unused parameters. */
+    (void)i_fd;
+    (void)i_pdrc;
+
 #if defined( HAVE_LINUX_DVD_STRUCT ) && defined( DVD_HOST_SEND_RPC_STATE )
     dvd_authinfo auth_info = { 0 };
 

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