Closed ColinIanKing 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.
Hi @ColinIanKing, sorry, these didn't make it into our imminent qatlib release, but will be merged shortly after it.
Modern C compilers prefer static const rather that the old style const static and can throw warnings when using pedantic build flags. Fix these.