SWDEV-406099 - fix zero-length gnu_printf format warning in linux PSDB logs (#3262)
Change-Id: I71ca50a11a83e57d4b8d41c225a55e5138e55731
[ROCm/hip commit: e8437f6326]
This commit is contained in:
committed by
GitHub
parent
44764f9114
commit
c400f31266
@@ -111,6 +111,6 @@ int main() {
|
||||
if (IfTestPassed) {
|
||||
passed();
|
||||
} else {
|
||||
failed("");
|
||||
failed("\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user