Closed MeadhbhFitzpatrick closed 2 months ago
Modern C compilers prefer static const rather that the old style const static and can throw warnings when using pedantic build flags. Fix these.
Why do we need a separate PR for this? #86 can be rebased and merged.
Closing as duplicate of already merged #86.
Modern C compilers prefer static const rather that the old style const static and can throw warnings when using pedantic build flags. Fix these.