SWDEV-306940 - Fix hip errors/warnings by CppCheck (#2486)
Change-Id: I91f5e97b0c7ca80b6d21fa66d24e3cf9fde716a9
[ROCm/hip commit: 610b859b34]
Šī revīzija ir iekļauta:
revīziju iesūtīja
GitHub
vecāks
1be987268e
revīzija
79e2bb73b8
@@ -393,7 +393,6 @@ void ResultDatabase::DumpCsv(string fileName) {
|
||||
// ****************************************************************************
|
||||
|
||||
bool ResultDatabase::IsFileEmpty(string fileName) {
|
||||
bool fileEmpty;
|
||||
|
||||
ifstream file(fileName.c_str());
|
||||
|
||||
@@ -401,6 +400,7 @@ bool ResultDatabase::IsFileEmpty(string fileName) {
|
||||
if (!file.good()) {
|
||||
return true;
|
||||
} else {
|
||||
bool fileEmpty;
|
||||
fileEmpty = (bool)(file.peek() == ifstream::traits_type::eof());
|
||||
file.close();
|
||||
|
||||
|
||||
Atsaukties uz šo jaunā problēmā
Block a user