From 48adf677bf1ae8c7f1c0225cbe4920367d452388 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 12 May 2010 15:42:50 -0700 Subject: [PATCH] pcitest.c32: mark argc/argv used Part of -Werror cleanup. Signed-off-by: H. Peter Anvin --- com32/modules/pcitest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com32/modules/pcitest.c b/com32/modules/pcitest.c index ac3e561..672023a 100644 --- a/com32/modules/pcitest.c +++ b/com32/modules/pcitest.c @@ -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 */ -- 2.7.4