Mercurial > public > mercurial-scm > hg
diff mercurial/mpatch_module.c @ 29742:b410e26692a4
mpatch: silence warning about maybe-uninitialized variable
It's false positive, but it wouldn't be possible for gcc to know
PyBytes_FromStringAndSize() sets PyErr_Occurred().
mercurial/mpatch_module.c:105:47: warning: 'r' may be used uninitialized
in this function [-Wmaybe-uninitialized]
PyErr_SetString(mpatch_Error, mpatch_errors[-r]);
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 07 Aug 2016 09:47:07 +0900 |
parents | 21ac534d7d30 |
children | 155f0cc3f813 |
line wrap: on
line diff