pqov / pqov-paper

Creative Commons Zero v1.0 Universal
7 stars 2 forks source link

Fix -Warray-bounds warnings #2

Closed thomwiggers closed 1 year ago

thomwiggers commented 1 year ago

These are part of -Wall in recent GCC. This warning doesn't appreciate mixing of array notation and pointer notation in headers/.c files.

mkannwischer commented 1 year ago

Thanks, @thomwiggers!