From 2a0cce9d4680af924a2b53fb36731591340fffa9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 5 Sep 2022 21:14:36 +0100 Subject: Fix more warnings discovered with -Weverything. --- src/configparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configparser.cpp') diff --git a/src/configparser.cpp b/src/configparser.cpp index 08cd88c7d..af05e8d86 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -112,7 +112,7 @@ struct Parser final } } - static bool wordchar(char ch) + static bool wordchar(int ch) { return isalnum(ch) || ch == '-' -- cgit v1.3.1-10-gc9f91