Re: [PATCH v5 0/2] enable fib to be compiled with MSVC

2025-06-03 Thread David Marchand
On Fri, May 16, 2025 at 10:46 PM Andre Muezerie wrote: > > This patchset addresses the issues in lib/fib that were preventing > compilation with MSVC. The first patch removes a warning about > implicit 64-bit conversion, and the second patch enables the > compilation of fib with MSVC. Series appl

[PATCH v5 0/2] enable fib to be compiled with MSVC

2025-05-16 Thread Andre Muezerie
This patchset addresses the issues in lib/fib that were preventing compilation with MSVC. The first patch removes a warning about implicit 64-bit conversion, and the second patch enables the compilation of fib with MSVC. v5: - enabled fib to be compiled with MSVC Andre Muezerie (2): lib/fib: re