Deal with 0 length args...
Approved by: kib
This commit is contained in:
parent
b02ae948bb
commit
213ab42e6b
@ -38,7 +38,7 @@
|
||||
|
||||
#ifdef AGP_DEBUG
|
||||
#define AGP_DPF(fmt, ...) do { \
|
||||
printf("agp: " fmt, __VA_ARGS__); \
|
||||
printf("agp: " fmt, ##__VA_ARGS__); \
|
||||
} while (0)
|
||||
#else
|
||||
#define AGP_DPF(fmt, ...) do {} while (0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user