diff options
| author | Lukas Slebodnik <lslebodn@redhat.com> | 2016-12-01 13:13:21 +0100 |
|---|---|---|
| committer | Lukas Slebodnik <lslebodn@redhat.com> | 2016-12-01 13:56:40 +0100 |
| commit | 8618716d6ed4eadca2743eb2dfbbb8d11c4fb22f (patch) | |
| tree | 73bf5de87f68e62c687de5f253696efd02c073e0 /src/python | |
| parent | 13b1d270fb72cf2c2e18f0b2a59cb424c51f7675 (diff) | |
SIFP: Fix warning format-security
dbus-1.11.8 added attributes for format string check to
few functions in public header files. And therefore there is a warning.
src/lib/sifp/sss_sifp_utils.c: In function ‘sss_sifp_set_io_error’:
src/lib/sifp/sss_sifp_utils.c:44:5: error: format not a string literal
and no format arguments [-Werror=format-security]
dbus_set_error(ctx->io_error, error->name, error->message);
^~~~~~~~~~~~~~
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/python')
0 files changed, 0 insertions, 0 deletions
