]> sourceware.org Git - systemtap.git/commitdiff
Fix the build for !HAVE_SELINUX after commit 56098c79
authorJosh Stone <jistone@redhat.com>
Fri, 21 Jun 2013 17:54:40 +0000 (10:54 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 21 Jun 2013 17:54:40 +0000 (10:54 -0700)
stapdyn/dynutil.cxx

index 9af9bfd929f55ec7e4f1189c81909fe87c7ec101..654fdc304a8d2053d33c68d76a6d68b1c3afc132 100644 (file)
@@ -124,6 +124,8 @@ check_dyninst_sebools(bool attach)
       warnx("SELinux boolean 'allow_execmod' is disabled, which blocks Dyninst");
       return false;
     }
+#else
+  (void)attach; // unused
 #endif
 
   return true;
This page took 0.031912 seconds and 5 git commands to generate.