Add errors on invalid/missing function return type by earlephilhower · Pull Request #8165 · esp8266/Arduino

@earlephilhower

GCC 10.x seems to have a knack for crashing when a function which is declared
to return a value does not.  Add a warning, present on all builds, when this
is the case.  For more info see
esp8266#8160

Thanks to @hreintke for the tip

d-a-v

approved these changes Jun 23, 2021

mcspr

@earlephilhower

@earlephilhower

@mcspr mcspr mentioned this pull request

Jun 25, 2021

@mcspr mcspr mentioned this pull request

Dec 24, 2021

@igrr igrr mentioned this pull request

Jan 17, 2022

@igrr igrr mentioned this pull request

Aug 21, 2024