commit | ea7dc8be9cd8248996876074b50ffc0294861ce8 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Thu Jul 25 10:42:38 2013 +0530 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 10:42:38 2013 +0530 |
tree | 5a49b00e11883d9e4839d5f4e560d746d8c43b07 | |
parent | 9b3663884df58e027574920273367d4fba847ef5 [diff] |
Add workarounds for current compilers With current compilers, we're getting "this function cannot be inlined" errors on vsnprintf and strlcpy because the always_inline attribute is set. Before marking this a "fix" instead of a "workaround", we should figure out why the functions can't be inlined. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>