On Fri, 8 Dec 2023 15:44:33 +0800 Gao Xiang <hsiang...@linux.alibaba.com> wrote:
> On 2023/12/8 15:34, Gao Xiang wrote: > > > > > > ... > > >> min_t(unsigned int, ,)? > >> > >> ../include/linux/minmax.h:21:28: error: comparison of distinct pointer > >> types lacks a cast [-Werror] > >> ?0?2?0?2 (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) > > > > What compiler version are you using? I didn't find any error > > and > > https://lore.kernel.org/linux-erofs/202312080122.iccxzsue-...@intel.com > > > > also didn't report this. > > Did you test against the latest kernel codebase? Sorry, it's my testing environment issue, please ignore the noise. Thanks. > > > > > Thanks, > > Gao Xiang