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: remove warning about implicit 64-bit conversion
  lib/fib: enable fib to be compiled with MSVC

 lib/fib/meson.build | 6 ------
 lib/fib/trie.c      | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

--
2.49.0.vfs.0.3

Reply via email to