From: H. Peter Anvin Date: Wed, 12 May 2010 22:42:50 +0000 (-0700) Subject: pcitest.c32: mark argc/argv used X-Git-Tag: syslinux-4.00-pre42~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48adf677bf1ae8c7f1c0225cbe4920367d452388;p=platform%2Fupstream%2Fsyslinux.git pcitest.c32: mark argc/argv used Part of -Werror cleanup. Signed-off-by: H. Peter Anvin --- 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 */