-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Description
Line 41 in 40bb89b
| return -1; |
Line 13 in 40bb89b
| #define sssd_flush_cache(service) (0) |
This function (actually the macro when it's not being compiled) triggered an error while enabling -Werror=all, due to (all) callers ignoring the return value. Do we need to care about that return value when this function fails?
Cc: @jhrozek
Metadata
Metadata
Assignees
Labels
No labels