Remove PICO_FLASH_SIZE_BYTES warning from header as it breaks any build with -Werror; actual uses that care should warn instead (#229)
This commit is contained in:
committed by
graham sanderson
parent
4c768d2bb8
commit
04ee63428f
@ -14,7 +14,7 @@ uint32_t sf_table[SF_TABLE_V2_SIZE / 2];
|
||||
void *sf_clz_func;
|
||||
|
||||
#if !PICO_FLOAT_SUPPORT_ROM_V1
|
||||
static __attribute__((noreturn)) void missing_float_func_shim() {
|
||||
static __attribute__((noreturn)) void missing_float_func_shim(void) {
|
||||
panic("");
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user