intel / qatlib

Other
95 stars 34 forks source link

Replace old style const static with static const #86

Closed ColinIanKing closed 2 months ago

ColinIanKing commented 3 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.

fionatrahe commented 2 months ago

Hi @ColinIanKing, sorry, these didn't make it into our imminent qatlib release, but will be merged shortly after it.