erichelgeson / BlueSCSI

A small SCSI device based on stm32
Other
389 stars 61 forks source link

Fix some compiler warnings #253

Closed dotsam closed 1 year ago

dotsam commented 1 year ago

Cleans up platform.io compile output quite a bit, making it much easier to spot other errors/warnings, of which there is still one, but I'm not sure if it's legitimate, and if so, how to fix it:

src/BlueSCSI.cpp: In function 'void longjmpFromInterrupt(int*, int)':
src/BlueSCSI.cpp:790:1: warning: 'noreturn' function does return
  790 | }
      | ^