Registrations currently disabled due to spam. Contact me externally if you need an account

Skip to content
  • matt's avatar
    Fix GCC warnings · 870cb6f8
    matt authored
    Some were found with the addition of -Wshadow.
    
    Mostly just casting (e.g. dropping volatile), but also some unused
    variables were commented out, and an out of bounds array access was
    fixed in Ui_SoftBar_Setup().
    
    Pragmas were added to silence strict-aliasing warnings, and the affected
    macros were reformatted for better readability.
    
    With the addition of these changes, no warnings are seen during the
    firmware build.
    870cb6f8