Cleanup clang warnings
Clears up 64 -Wextra-semi-stmt
warnings and one -Wunused-function
warning from clang 13.0.1
-
BOUND
&REBOUND
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
CHECK_DMA_QUIESCENT
: adddo ... while (0)
to avoid-Wextra-semi-stmt
warnings -
WAITFIFO
: adddo { ... } while (0)
to avoid-Wextra-semi-stmt
warnings -
PMGA
&QUIESCE_DMA
: Remove;
from end of macro definitions - Remove semicolons without statements
- mga_bios: remove unused
get_u32
inline function