diff options
Diffstat (limited to 'volk')
-rw-r--r-- | volk/config/lf_warnings.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/volk/config/lf_warnings.m4 b/volk/config/lf_warnings.m4 index e62fb276c..0ef7b2b37 100644 --- a/volk/config/lf_warnings.m4 +++ b/volk/config/lf_warnings.m4 @@ -110,8 +110,8 @@ EOF AC_DEFUN([LF_SET_WARNINGS],[ dnl Warnings for the two main compilers dnl add -Wextra when you're got time to fix a bunch of them ;-) - cc_warning_flags="-Wall -Werror-implicit-function-declaration" - cxx_warning_flags="-Wall -Woverloaded-virtual" + cc_warning_flags="-Wall -Werror-implicit-function-declaration -Wno-uninitialized" + cxx_warning_flags="-Wall -Woverloaded-virtual -Wno-uninitialized" if test -n "${CC}" then LF_CHECK_CC_FLAG($cc_warning_flags) |