zephyr/include/toolchain
Daniel Leung 04a3d9906c toolchain: Fix warning about too few arguments on BUILD_ASSERT()
Commit c408fa88a3 introduced changes
to the BUILD_ASSERT() macro so the MSG argument is optional.
However, in include/toolchain/common.h, the BUILD_ASSERT()
definition has not made the MSG argument as optional which results
in build errors complaing about too few arguments. Fix by adding
some dots there.

This is observed when using XCC (based on Clang 3.9).

Fixes #24008

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-04-11 11:09:20 -04:00
..
common.h toolchain: Fix warning about too few arguments on BUILD_ASSERT() 2020-04-11 11:09:20 -04:00
gcc.h toolchain: common: Merge build assert macros 2020-03-31 07:18:06 +02:00
xcc.h toolchain: xcc: use Clang if exists 2020-01-07 17:09:38 +01:00
xcc_missing_defs.h toolchain/xcc: augment compiler provided macros to match gcc and clang 2019-07-03 06:09:16 -04:00
zephyr_stdint.h stdint.h: streamline type definitions 2019-06-25 23:29:22 -04:00