pcitest.c32: mark argc/argv used
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 12 May 2010 22:42:50 +0000 (15:42 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 12 May 2010 22:42:50 +0000 (15:42 -0700)
Part of -Werror cleanup.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/modules/pcitest.c

index ac3e561..672023a 100644 (file)
@@ -105,6 +105,9 @@ int main(int argc, char *argv[])
     int return_code = 0;
     int nb_pci_devices = 0;
 
+    (void)argc;
+    (void)argv;
+
     openconsole(&dev_stdcon_r, &dev_stdcon_w);
 
     /* Scanning to detect pci buses and devices */