Modify the int size STATIC_ASSERTS to work with CHAR_BITS!=8.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 27 Jan 2016 16:24:33 +0000 (18:24 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 27 Jan 2016 16:49:53 +0000 (18:49 +0200)
This will still catch the most common bug of long int vs. long long int.
The uint8_t checks do not seem necessary, test for this will be added
in later commit.


No differences found