commit | 66111d7d3d2c8cd3fbb40374b1de0f4eaaa06d62 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Jul 26 11:00:01 2018 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jul 27 09:19:57 2018 -0400 |
tree | 3e856f5ccfb9fe2bf36a50f0f0e0fca61aa6e5cb | |
parent | 9b6ad4067be40b8c8aa1da67fc39eb53fb50ace5 [diff] |
logging: use BUILD_ASSERT_MSG instead of _Static_assert _Static_assert is not supported with all toolchains, use macro instead which can handle _Static_assert not being defined. Signed-off-by: Anas Nashif <anas.nashif@intel.com>