Fix warnings due to macro varargs.
This commit is contained in:
parent
ccde2810d9
commit
daefef7cae
@ -32,7 +32,7 @@
|
||||
|
||||
#define PPS_NAME "pps" /* our official name */
|
||||
|
||||
#define PRVERBOSE(arg...) if (bootverbose) printf(##arg);
|
||||
#define PRVERBOSE(fmt, arg...) if (bootverbose) printf(fmt, ##arg);
|
||||
|
||||
struct pps_data {
|
||||
struct ppb_device pps_dev;
|
||||
|
Loading…
x
Reference in New Issue
Block a user