Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
When running tsqa I am seeing this issue. This was run on master on Fedora 22:
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o In file included from ext/_yaml.c:343:0: ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") ^ In file included from /usr/include/python2.7/Python.h:85:0, from ext/_yaml.c:16: /usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition # define PyUnicode_FromString PyUnicodeUCS4_FromString ^ ext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’: ext/_yaml.c:1346:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^