-
- Downloads
fix(libcard10): Mark card10_reset() as noreturn
card10_reset() won't ever return to where it was called from. Telling
the compiler this can help with program-flow analysis.
Signed-off-by:
Rahix <rahix@rahix.de>
Please register or sign in to comment