commit | fb4cb3a878c957590d9f5623d517f2cb6830bb01 | [log] [tgz] |
---|---|---|
author | Alexander Polleti <metapsycholo@gmail.com> | Wed Nov 14 14:43:10 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 16 15:18:36 2018 -0500 |
tree | d17c8023e5ba291ead1b83f1f075a3d5a2fbef31 | |
parent | 25d17db96bf2a986adcc666448f1a233e60888d9 [diff] |
c++: convert implicit conversion to explicit ones in header files c++ does not allow implicit conversions and setting -fpermissive just causes a huge load of warnings to appear and hides real errors. This commit converts those implicit conversions to c-style explicit conversions. Signed-off-by: Alexander Polleti <metapsycholo@gmail.com>