rosco-m68k / rosco_m68k

Design, documentation and software for the Really Old School Computer (M68K)
https://rosco-m68k.com
Other
157 stars 32 forks source link

Werror maybe uninitialized #348

Closed Berzerkula closed 1 year ago

Berzerkula commented 1 year ago

https://github.com/rosco-m68k/rosco_m68k/blob/a42a2f78be5507def89f6c46d2ec49db9581c695/code/software/libs/src/libm/math/kf_rem_pio2.c#L186

Adding the following helped with this one. -Wno-maybe-uninitialized

Berzerkula commented 1 year ago

I think we did fix this. I'll close this. This is not cropping up.