Skip to content
  • Jan Kneschke's avatar
    badee95c
    Bug#29998973 compiler warning SIZEOF_OFF_T redefined · badee95c
    Jan Kneschke authored
    Problem
    =======
    
    clang reports that SIZEOF_OFF_T got redefined between router_config.h
    and my_config.h.
    
    The router doesn't use SIZEOF_OFF_T and its use can be removed.
    
    Solution
    ========
    
    Remove unused defines from router_config.h
    
    RB: 22479
    badee95c
    Bug#29998973 compiler warning SIZEOF_OFF_T redefined
    Jan Kneschke authored
    Problem
    =======
    
    clang reports that SIZEOF_OFF_T got redefined between router_config.h
    and my_config.h.
    
    The router doesn't use SIZEOF_OFF_T and its use can be removed.
    
    Solution
    ========
    
    Remove unused defines from router_config.h
    
    RB: 22479
Loading