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:
ROCm CI Service Account
2023-06-17 03:31:38 +05:30
committed by GitHub
parent 44764f9114
commit c400f31266
11 changed files with 24 additions and 24 deletions
@@ -111,6 +111,6 @@ int main() {
if (IfTestPassed) {
passed();
} else {
failed("");
failed("\n");
}
}