libctf: mark various args as unused in the !HAVE_MMAP case
[deliverable/binutils-gdb.git] / libctf / ctf-subr.c
index 09ec2951e5419d7ced577571a5107e6f6302542c..b897351b82330f817356229e8c08bc88df55ed9a 100644 (file)
@@ -106,7 +106,7 @@ ctf_munmap (void *buf, size_t length _libctf_unused_)
 }
 
 void
-ctf_data_protect (void *buf, size_t size)
+ctf_data_protect (void *buf _libctf_unused_, size_t size _libctf_unused_)
 {
 #ifdef HAVE_MMAP
   /* Must be the same as the check in ctf_data_alloc().  */
This page took 0.024428 seconds and 4 git commands to generate.