]> git.pld-linux.org Git - packages/balsa.git/blob - balsa-gcc33.patch
- version 2.0.12
[packages/balsa.git] / balsa-gcc33.patch
1 diff -urN balsa-2.0.11.orig/configure.in balsa-2.0.11/configure.in
2 --- balsa-2.0.11.orig/configure.in      Thu May 22 22:37:21 2003
3 +++ balsa-2.0.11/configure.in   Thu May 22 22:37:43 2003
4 @@ -437,7 +437,7 @@
5  set_more_warnings="$enableval", set_more_warnings=yes)
6  
7  if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
8 -       for option in -Wsign-promo -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wuninitialized -Wmissing-prototypes -Wreturn-type; do
9 +       for option in -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wuninitialized -Wmissing-prototypes -Wreturn-type; do
10                  SAVE_CFLAGS="$CFLAGS"
11                  CFLAGS="$CFLAGS $option"
12                  AC_MSG_CHECKING([whether gcc understands $option])
This page took 0.021246 seconds and 3 git commands to generate.