Junio C Hamano [off-list ref] writes:
Duy Nguyen [off-list ref] writes:
quoted
The AIX problem is from d1dd94b308 (Do not print 'dangling' for
cat-file in case of ambiguity - 2019-01-17). Apparently AIX compiler
is a bit picky about enum being a strong or weak type. I like this
compiler. The below patch should do.
That would cascade down the call graph and contaminate everything
(eh, rather, requiring that many places "int" needs to turn into
"enum get_oid_result"), no? For starters, cache.h still says that
the function would return an "int".
Sorry for wasting bandwidth and please disregard the above. I was on
a wrong branch when I started my pager X-<.