https://bz.mercurial-scm.org/show_bug.cgi?id=6565

            Bug ID: 6565
           Summary: warning while building a release
           Product: Mercurial
           Version: 5.9rc1
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: 7895pul...@gmail.com
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

I get this while building a release:

```
mercurial/cext/revlog.c: In function ‘index_pack_header’:
mercurial/cext/revlog.c:369:16: warning: format ‘%lu’ expects argument of type
‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=]
                "version header should go in the docket, not the "
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mercurial/cext/revlog.c:370:26: note: format string is defined here
                "index: %lu",
                        ~~^
                        %u
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to