For visual consistency with surrounding lines, the definitions of DBG_MORE(), DBG_PAUSE(), etc include an unnecessary ##__VA_ARGS__ argument which is always elided. This confuses sparse, which complains about DBG_MORE_IF() being called with more than one argument. Work around this problem by adding an unused variable argument list to the single-argument macros DBG_MORE_IF() and DBG_PAUSE_IF(). Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
403 |
|
403 |
|
404 |
|
404 |
|
405 |
|
405 |
|
406 |
|
|
|
|
406 |
|
|
407 |
|
407 |
|
408 |
|
408 |
|
409 |
|
409 |
|
|
|
||
414 |
|
414 |
|
415 |
|
415 |
|
416 |
|
416 |
|
417 |
|
|
|
|
417 |
|
|
418 |
|
418 |
|
419 |
|
419 |
|
420 |
|
420 |
|