Ignore checking a function triggering a cpychecker bug

See davidmalcolm/gcc-python-plugin#155
This commit is contained in:
Daniele Varrazzo 2018-12-28 04:44:53 +01:00
parent 0b68f344d1
commit 79ba3a9573

View File

@ -435,6 +435,7 @@ conn_set_fast_codec(connectionObject *self)
* *
* Optionally return the clean version of the postgres encoding too * Optionally return the clean version of the postgres encoding too
*/ */
IGNORE_REFCOUNT /* bug davidmalcolm/gcc-python-plugin#155 */
PyObject * PyObject *
conn_pgenc_to_pyenc(const char *encoding, char **clean_encoding) conn_pgenc_to_pyenc(const char *encoding, char **clean_encoding)
{ {