On Mon, Feb 10, 2025 at 09:35:22AM +, Bruce Richardson wrote:
> On Fri, Feb 07, 2025 at 11:01:57AM -0800, Stephen Hemminger wrote:
> > On Fri, 7 Feb 2025 09:41:08 -0800
> > Andre Muezerie wrote:
> >
> > > This patch avoids warnings like the ones below emitted by MSVC:
> > >
> > > 1)
> > > .
On Mon, Feb 10, 2025 at 04:07:46PM +, Bruce Richardson wrote:
> On Mon, Feb 10, 2025 at 09:35:22AM +, Bruce Richardson wrote:
> > On Fri, Feb 07, 2025 at 11:01:57AM -0800, Stephen Hemminger wrote:
> > > On Fri, 7 Feb 2025 09:41:08 -0800
> > > Andre Muezerie wrote:
> > >
> > > > This patc
On Mon, Feb 10, 2025 at 09:35:22AM +, Bruce Richardson wrote:
> On Fri, Feb 07, 2025 at 11:01:57AM -0800, Stephen Hemminger wrote:
> > On Fri, 7 Feb 2025 09:41:08 -0800
> > Andre Muezerie wrote:
> >
> > > This patch avoids warnings like the ones below emitted by MSVC:
> > >
> > > 1)
> > > .
On Fri, Feb 07, 2025 at 11:01:57AM -0800, Stephen Hemminger wrote:
> On Fri, 7 Feb 2025 09:41:08 -0800
> Andre Muezerie wrote:
>
> > This patch avoids warnings like the ones below emitted by MSVC:
> >
> > 1)
> > ../drivers/net/ice/base/ice_flg_rd.c(71): warning C4334: '<<':
> > result of 32
On Fri, 7 Feb 2025 09:41:08 -0800
Andre Muezerie wrote:
> This patch avoids warnings like the ones below emitted by MSVC:
>
> 1)
> ../drivers/net/ice/base/ice_flg_rd.c(71): warning C4334: '<<':
> result of 32-bit shift implicitly converted to 64 bits
> (was 64-bit shift intended?)
>
>
On Fri, 7 Feb 2025 09:41:08 -0800
Andre Muezerie wrote:
> This patch avoids warnings like the ones below emitted by MSVC:
>
> 1)
> ../drivers/net/ice/base/ice_flg_rd.c(71): warning C4334: '<<':
> result of 32-bit shift implicitly converted to 64 bits
> (was 64-bit shift intended?)
>
>
This patch avoids warnings like the ones below emitted by MSVC:
1)
../drivers/net/ice/base/ice_flg_rd.c(71): warning C4334: '<<':
result of 32-bit shift implicitly converted to 64 bits
(was 64-bit shift intended?)
2)
../drivers/net/ice/ice_dcf_sched.c(177): warning C4018: '>=':
signed
7 matches
Mail list logo