Sof Building Result

Platform: baytrail FAILED

Error message:
alloc.c:439:9: error: 'ptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]
return ptr;
^
cc1: all warnings being treated as errors
make: *** [all-recursive] Error 1

Platform: apollolake FAILED

Error message:
src/platform/apollolake/include/platform/memory.h:366:49: error: 'ptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]
((__typeof__((address)))((uint32_t)((address)) - SRAM_ALIAS_OFFSET))
^
--
cc1: all warnings being treated as errors
make: *** [all-recursive] Error 1

Platform: cannonlake FAILED

Error message:
src/platform/cannonlake/include/platform/memory.h:364:49: error: 'ptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]
((__typeof__((address)))((uint32_t)((address)) - SRAM_ALIAS_OFFSET))
^
--
cc1: all warnings being treated as errors
make: *** [all-recursive] Error 1