intel / qatlib

Other
95 stars 34 forks source link

Replace old style const static with static const #92

Closed MeadhbhFitzpatrick closed 2 months ago

MeadhbhFitzpatrick commented 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.

gcabiddu commented 2 months ago

Why do we need a separate PR for this? #86 can be rebased and merged.

gcabiddu commented 2 months ago

Closing as duplicate of already merged #86.