From 7c47b5b9584f5011aeba18d7e1b26b3d3124825f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 19 Jun 2017 14:38:48 -0500 Subject: Import Upstream version 0.5.1 --- arch/linux/common/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/linux/common/modules.h') diff --git a/arch/linux/common/modules.h b/arch/linux/common/modules.h index 7ea238b7..78fb9de3 100644 --- a/arch/linux/common/modules.h +++ b/arch/linux/common/modules.h @@ -56,7 +56,7 @@ scan_modules_do(void) return; } - fgets(buffer, 1024, lsmod); /* Discards the first line */ + (void)fgets(buffer, 1024, lsmod); /* Discards the first line */ while (fgets(buffer, 1024, lsmod)) { gchar *buf, *strmodule, *hashkey; -- cgit v1.2.3