]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/valgrind/src/valgrind-3.6.0-svn/none/tests/linux/mremap2.c
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / none / tests / linux / mremap2.c
index 76c28262417d4221fd0efa976896a29acf4f9002..b8ad0682108035f0502bfa518d9508a6f38eb48d 100644 (file)
@@ -74,7 +74,7 @@ char* setup ( void* other_stuff, int other_len )
 /* show the working area */
 void show ( void )
 {
-  int i,r;
+  int i,r __attribute__((unused));
   for (i = 0; i < 200; i++) {
     r = mprotect( workingarea + i * PAGE, PAGE, PROT_NONE );
     // We used to print 'X' or '.' according to the mprotect result, but the