Skip to content

Compile warnings and alpha indicator in status bar

Benjamin Titmus requested to merge 523-Named-Variables-UI-Merge into master
  • Fixed many compile warnings
  • Fixed alpha status on status bar

Note that using #pragma GCC to fix warnings doesn't really work on macOS because it isn't really gcc but clang instead. I opted to have another variable point to the bits of memory so this only costs us a few pointers. For saveRestoreCalcState.c I put this as a static variable in the C file but for decode.c I didn't. I'm not sure if you have a preference for one way or the other and obviously you can change this or ask me to change it if you'd prefer it were done differently.

Merge request reports