summaryrefslogtreecommitdiff
path: root/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/f7c993fe-748b-4ec9-95c0-c1d0a55019e6/comments/8b1151a8-ff0b-4295-a613-1cc7cf62b223/body
blob: 6c2c80d00d07b5db54d61aacb8e37d87f7893610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
log-store-pidgin.c:512:11: warning: [tartan]: Unexpected GVariant variadic
argument of type 'char *'. A GVariant format string should be added to the
format argument to use it, but there is no known GVariant representation of
the argument’s type. The argument must be serialized to a
GVariant-representable type first.

The code being checked is:
    g_variant_lookup (params,
        "account", "&s", &account_param,
        "server", "&s", &server_param);
which is valid.