Skip to content
Success

Changes

Summary

  1. tests: fix warnings about struct initialization (details)
Commit ec31a8ad5f764b49d3f11b9a0abaf98b3a763b30 by Vadim Yanitskiy
tests: fix warnings about struct initialization

Assigning { 0 } to a structure is valid in C, but not in C++.

Change-Id: Iaf271cd52522ea8411567bf3194b903fe2746d5c
The file was modifiedtests/tbf/TbfTest.cpp
The file was modifiedtests/types/TypesTest.cpp
The file was modifiedtests/llc/LlcTest.cpp