Task #133033 - fixed.err

back to task #133033
download
Error: COMPILER_WARNING (CWE-704):
xfce4-settings-4.20.2/xfce4-settings-editor/xfce-settings-prop-dialog.c: scope_hint: In function ‘xfce_settings_prop_dialog_set_parent_property’
xfce4-settings-4.20.2/xfce4-settings-editor/xfce-settings-prop-dialog.c:676:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  676 |         p = strrchr (property, '/');
#      |           ^
#  674|       if (property != NULL && *property == '/')
#  675|       {
#  676|->         p = strrchr (property, '/');
#  677|           if (G_LIKELY (p != NULL))
#  678|               length = (p - property) + 1;

Error: COMPILER_WARNING (CWE-704):
xfce4-settings-4.20.2/xfce4-settings-editor/xfce-settings-prop-dialog.c:676:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  674|       if (property != NULL && *property == '/')
#  675|       {
#  676|->         p = strrchr (property, '/');
#  677|           if (G_LIKELY (p != NULL))
#  678|               length = (p - property) + 1;