You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix to pass by const ref and fix include guards (#9242)
* Fix to pass by const ref and fix include guards
Fix Windows compile error in TestNPULatency.cpp. At same time replace
by-value to by-const-ref, which had serious ripple effects.
Also add missing SPDX license header.
Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
* Fix clang-tidy warning
Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
---------
Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
0 commit comments