-
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)
Ole John Aske authoredGCC 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