[PATCH v5 0/2] enable fib to be compiled with MSVC
    Andre Muezerie 
    andremue at linux.microsoft.com
       
    Fri May 16 22:45:33 CEST 2025
    
    
  
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
    
    
More information about the dev
mailing list