commit | 5ee2d8d03e5a6a936dda7b27c6ce82a8eefeb417 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed May 27 11:20:35 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Wed May 27 18:29:22 2020 +0000 |
tree | 686262dba4aba2632cf7c8c14a9ef18dd1d35034 | |
parent | 358e7dfa41d4f297d33670c5caceda3629748cfe [diff] |
Fix for gcc 10 type conversion Converted to byte first to remove error: error: conversion from 'int' to non-scalar type 'std::variant<unsigned char>' requested | 299 | std::variant<uint8_t> value = 0; Tested: built with dunfell Change-Id: Idfbf459bbf32dfb62857a84fd7ed0a21918b2d1c Signed-off-by: James Feist <james.feist@linux.intel.com>