--- rxvt-unicode/configure 2021/11/07 14:13:40 1.169 +++ rxvt-unicode/configure 2021/11/22 15:41:18 1.170 @@ -5086,7 +5086,15 @@ if test x$GXX = xyes; then if test $support_warnings = yes; then save_CXXFLAGS="$CXXFLAGS" - CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-unused-value" + for warning in \ + -Wall \ + -Wno-parentheses \ + -Wno-reorder \ + -Wno-sign-compare \ + -Wno-unused-value \ + ; do + CXXFLAGS="$CXXFLAGS $warning" + done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */