From e2738603518fb2f19399df9ceedc96034a742980 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 18 Mar 2018 00:53:32 +0100 Subject: mtd: fix compile warnings This callback should have one parameter less, this parameter is not used so this was not a so big problem. Signed-off-by: Hauke Mehrtens --- package/utils/mtd-utils/patches/010-fix-rpmatch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/mtd-utils/patches/010-fix-rpmatch.patch') diff --git a/package/utils/mtd-utils/patches/010-fix-rpmatch.patch b/package/utils/mtd-utils/patches/010-fix-rpmatch.patch index 9d0de7f521..8374a26e9b 100644 --- a/package/utils/mtd-utils/patches/010-fix-rpmatch.patch +++ b/package/utils/mtd-utils/patches/010-fix-rpmatch.patch @@ -1,6 +1,6 @@ --- a/include/common.h +++ b/include/common.h -@@ -137,10 +137,12 @@ static inline bool prompt(const char *ms +@@ -152,10 +152,12 @@ static inline bool prompt(const char *ms } if (strcmp("\n", line) != 0) { -- cgit v1.2.3