ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.169 by sf-exg, Sun Nov 7 14:13:40 2021 UTC vs.
Revision 1.170 by sf-exg, Mon Nov 22 15:41:18 2021 UTC

5084fi 5084fi
5085 5085
5086if test x$GXX = xyes; then 5086if test x$GXX = xyes; then
5087 if test $support_warnings = yes; then 5087 if test $support_warnings = yes; then
5088 save_CXXFLAGS="$CXXFLAGS" 5088 save_CXXFLAGS="$CXXFLAGS"
5089 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-unused-value" 5089 for warning in \
5090 -Wall \
5091 -Wno-parentheses \
5092 -Wno-reorder \
5093 -Wno-sign-compare \
5094 -Wno-unused-value \
5095 ; do
5096 CXXFLAGS="$CXXFLAGS $warning"
5097 done
5090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5091/* end confdefs.h. */ 5099/* end confdefs.h. */
5092 5100
5093int 5101int
5094main (void) 5102main (void)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines