commit | ba95aa00e0b0f0e7d90805da28c24168cd16b05c | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Aug 14 14:32:39 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 16 10:59:10 2017 -0700 |
tree | 3fca4276daa3b5a2d1183545b0efd0be95f64f90 | |
parent | e165f591ce3e633bead0193b1e8ac25508aeba67 [diff] |
cpp_synchronization: fix main() definition C++ standard mandates that main() return an 'int' even though Zephyr does not use it. Fix build error with XCC compiler. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>