Skip to content
  • Ole John Aske's avatar
    8886b064
    Bug #28387760 BUILD FAILURE WITH -WERROR ENABLED USING GCC-8 · 8886b064
    Ole John Aske authored
    GCC introduced several new warnings which it may throw in case it finds
    'suspicious' code. With -Werror enabled these warnings are treated
    as errors and thus cause build failure.
    
    This patch partly fix these warnings in the code, and partly
    tell the compiler to ignore the error in cases where there were simply
    too many places required to be fixed. (Should be fixed more long term)
    8886b064
    Bug #28387760 BUILD FAILURE WITH -WERROR ENABLED USING GCC-8
    Ole John Aske authored
    GCC introduced several new warnings which it may throw in case it finds
    'suspicious' code. With -Werror enabled these warnings are treated
    as errors and thus cause build failure.
    
    This patch partly fix these warnings in the code, and partly
    tell the compiler to ignore the error in cases where there were simply
    too many places required to be fixed. (Should be fixed more long term)
Loading