Task #119807 - added.err

back to task #119807
download
Error: COMPILER_WARNING:
sssd-2.14.0/src/util/child_bootstrap.h:27: included_from: Included from here.
sssd-2.14.0/src/providers/krb5/krb5_child.c:36: included_from: Included from here.
sssd-2.14.0/src/providers/krb5/krb5_child.c: scope_hint: In function ‘sss_krb5_expire_callback_func’
sssd-2.14.0/src/providers/krb5/krb5_child.c:321:34: warning[-Wformat=]: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘long long int’
#  321 |     DEBUG(SSSDBG_TRACE_INTERNAL, "exp_time: [%ld]\n", exp_time);
#      |                                  ^~~~~~~~~~~~~~~~~~~  ~~~~~~~~
#      |                                                       |
#      |                                                       long long int
sssd-2.14.0/src/util/debug.h:140:18: note: in definition of macro ‘DEBUG’
#  140 |                  format, ##__VA_ARGS__); \
#      |                  ^~~~~~
sssd-2.14.0/src/providers/krb5/krb5_child.c:321:48: note: format string is defined here
#  321 |     DEBUG(SSSDBG_TRACE_INTERNAL, "exp_time: [%ld]\n", exp_time);
#      |                                              ~~^
#      |                                                |
#      |                                                long int
#      |                                              %lld
#  319|           return;
#  320|       }
#  321|->     DEBUG(SSSDBG_TRACE_INTERNAL, "exp_time: [%ld]\n", exp_time);
#  322|   
#  323|       blob = talloc_array(kr->pd, uint32_t, 2);