abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 22 forks source link

Fix warnings when building with -Wdiscarded-qualifiers #302

Closed michalfabik closed 4 years ago

michalfabik commented 4 years ago

See commit.

Signed-off-by: Michal Fabik mfabik@redhat.com

ernestask commented 4 years ago

Can you get rid of https://github.com/abrt/satyr/blob/f7b14bfb16a66ebdc6882577cb8817e66078ae16/python/py_common.h#L145 and use the function directly? PyString_AsString() is now PyBytes_AsString() and it returns a non-const string, so this is just confusing without any clarification.