From 256fabefcce8311610d50f31543e6c45e805f20d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 11 Nov 2008 10:22:01 +0100 Subject: [PATCH] setpci: Decorate trace() with PCI_PRINTF. --- setpci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setpci.c b/setpci.c index 50d2a89..e4864b0 100644 --- a/setpci.c +++ b/setpci.c @@ -60,7 +60,7 @@ select_devices(struct pci_filter *filt) return b; } -static void +static void PCI_PRINTF(1,2) trace(const char *fmt, ...) { va_list args; -- 2.39.2