Mercurial > hg
comparison Makefile @ 47976:2018753014be
dirstate: fix compilation warnings in `dirstate_item_set_possibly_dirty()`
Since https://phab.mercurial-scm.org/D11387 (i.e. the same patch as
mentioned in my previous patch), Clang has also started warning about
`dirstate_item_set_possibly_dirty()` missing an explicit return, and
about its use of the result of an assignment as a condition without
using parentheses. This patch fixes that.
Differential Revision: https://phab.mercurial-scm.org/D11445
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 16 Sep 2021 16:42:16 -0700 |
parents | f799355d8fe3 |
children | 6387562e68b3 |
comparison
equal
deleted
inserted
replaced
47975:ec178161a8d1 | 47976:2018753014be |
---|