Add -Wuninitialized -Wunused -Wcast-align to warnings checked by kitchen_sink (and fixup warnings) (#125)
This commit is contained in:
committed by
graham sanderson
parent
a59fd524d5
commit
6f94f6a3d7
@ -156,7 +156,7 @@ void runtime_init(void) {
|
||||
|
||||
}
|
||||
|
||||
void _exit(int status) {
|
||||
void _exit(__unused int status) {
|
||||
#if PICO_ENTER_USB_BOOT_ON_EXIT
|
||||
reset_usb_boot(0,0);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user