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)
commitabdb59410091e295e99dac4b9d581d77273f9d71
tree825f2b939f026c2cd46fda08c5bb6fe978d7acf3
parentd79b15d8aa377116735c87e4d694fc2d20a5fef5
Modify the int size STATIC_ASSERTS to work with CHAR_BITS!=8.

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.
pb.h