summaryrefslogtreecommitdiff
path: root/src/m_argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_argv.c')
-rw-r--r--src/m_argv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_argv.c b/src/m_argv.c
index 63c86e26..acc15dfd 100644
--- a/src/m_argv.c
+++ b/src/m_argv.c
@@ -106,7 +106,7 @@ static void LoadResponseFile(int argv_index)
// needed.
file = malloc(size + 1);
- fread(file, size, 1, handle);
+ (void) fread(file, size, 1, handle);
fclose(handle);
// Create new arguments list array