From: Petteri Aimonen Date: Wed, 27 Jan 2016 16:24:33 +0000 (+0200) Subject: Modify the int size STATIC_ASSERTS to work with CHAR_BITS!=8. X-Git-Tag: 5.0.2~186^2~90 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=abdb59410091e295e99dac4b9d581d77273f9d71;hp=abdb59410091e295e99dac4b9d581d77273f9d71;p=apps%2Fagl-service-can-low-level.git 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. ---