]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Increase alignment from 8 to 16 to avoid warnings with ms compiler
authorPavel P <pavlov.pavel@gmail.com>
Sun, 11 Feb 2024 15:33:03 +0000 (17:33 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 15 Feb 2024 15:13:06 +0000 (16:13 +0100)
commit7745c28dbe012061e11a8480c6efb46b0cf7ac6b
tree7ba89fc95044610dad20498904bc2606840bca8f
parent0456bce1cc3097db0db6db8568f9ff222683d64e
Increase alignment from 8 to 16 to avoid warnings with ms compiler

Fixing align attribute, makes ms compiler warn: 'internal_state': Alignment specifier is less than actual alignment (16), and will be ignored.
Increasing alignemnt fixes the warning
deflate.h