More casting is needed

Found on NetBSD by Thomas Klausner <wiz@NetBSD.org>
pull/92/head
Baptiste Daroussin 2015-12-07 11:04:31 +01:00
parent cb83dab4ad
commit 46b772afe4
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ struct pkgconf_pkg_ {
unsigned int flags;
};
#define PKGCONF_IS_MODULE_SEPARATOR(c) ((c) == ',' || isspace ((c)))
#define PKGCONF_IS_MODULE_SEPARATOR(c) ((c) == ',' || isspace ((unsigned int)(c)))
#define PKGCONF_IS_OPERATOR_CHAR(c) ((c) == '<' || (c) == '>' || (c) == '!' || (c) == '=')
#define PKGCONF_PKG_PKGF_NONE 0x000