Mercurial > hg
diff contrib/win32/mercurial.iss @ 20535:5f683209f5b6 stable
pathencode: eliminate signed integer warnings
Compiling mercurial with the Sun Studio compiler gives seven copies of the
following warning on pathencode.c:
line 533: warning: initializer will be sign-extended: -1
Using explicit unsigned literals silences it.
author | Danek Duvall <danek.duvall@oracle.com> |
---|---|
date | Wed, 19 Feb 2014 13:11:24 -0800 |
parents | f84036df71ad |
children | cd0c51c07e5f |