zephyr/lib/libc
Carles Cufi 1980b7bb0f lib: Use offsetof() builtin with GCC
The default offsetof() implementation generates a warning
(variably modified <variable> at file scope) when used in
to define the size of an array. By using this builtin with
GCC we avoid the warning and make sure no variable-size
arrays are used.

Change-Id: Iae215f777241f7daaa061067230086dffaa8311d
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-08-27 18:29:27 +00:00
..
minimal lib: Use offsetof() builtin with GCC 2016-08-27 18:29:27 +00:00
newlib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
Makefile cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00