https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116061
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ah, guess I should memcpy into short int, not int. Does s/static inline int/static inline short int/ fix this?
jakub at gcc dot gnu.org via Gcc-bugs Wed, 24 Jul 2024 08:04:52 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116061
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ah, guess I should memcpy into short int, not int. Does s/static inline int/static inline short int/ fix this?