Skip to content

Commit 983ce5f

Browse files
committed
Work in progress
1 parent d56f7d8 commit 983ce5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/commonutils/CrashHandler.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static char* LoadEndOfFile(const char* logFileName, OsConfigLogHandle log)
118118
{
119119
memset(string, 0, size + 1);
120120
sizeRead = fread(string, sizeof(char), size, file);
121+
UNUSED(sizeRed);
121122
}
122123
else
123124
{

0 commit comments

Comments
 (0)