commit | 9915b4ec4e2fa1f1ba5c5c586008ba7059400cbb | [log] [tgz] |
---|---|---|
author | Benoit Leforestier <benoit.leforestier@gmail.com> | Thu Apr 25 14:46:55 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 03 14:27:07 2019 -0400 |
tree | 92dace77b00e0497026c77a3040dd7e1d1438814 | |
parent | 343937c54214bcd300caf57ad7a2856e6d58b8b2 [diff] |
C++: Fix compilation error "invalid conversion" When some header are included into C++ source file, this kind of compilations errors are generated: error: invalid conversion from 'void*' to 'u32_t*' {aka 'unsigned int*'} [-fpermissive] Signed-off-by: Benoit Leforestier <benoit.leforestier@gmail.com>