commit | 94738b6b29a1a285ce21cbb1b988654289d97cae | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri May 02 17:43:11 2014 -0700 |
committer | Brian Silverman <brians> | Fri May 02 17:43:11 2014 -0700 |
tree | acd97991f0aa845faa997b56494c598b9f81e722 | |
parent | 0a151c9aae8695147903efa726edcf1c60713507 [diff] [blame] |
fixed some more memory alignment etc issues These are issues found with -fsanitize=undefined.
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index d3ac124..c989bf2 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -108,6 +108,7 @@ 'queue_types', '<(EXTERNALS):gtest', 'test_queue', + '<(AOS)/build/aos.gyp:logging', ], }, { @@ -275,6 +276,7 @@ '<(EXTERNALS):gtest', 'mutex', 'die', + '<(AOS)/build/aos.gyp:logging', ], }, {