]> git.pld-linux.org Git - packages/libwps.git/blob - libwps-werror.patch
03dc17a4947021e6002f1cb07ae80a8cdd642fc3
[packages/libwps.git] / libwps-werror.patch
1 --- libwps-0.2.0/configure.in~  2008-04-14 09:55:28.000000000 +0200
2 +++ libwps-0.2.0/configure.in   2011-09-12 09:36:33.511331605 +0200
3 @@ -202,8 +202,8 @@
4    
5  else
6    if test x"$GCC" = xyes; then
7 -    CFLAGS="$CFLAGS -Wall -Werror -pedantic"
8 -    CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic"
9 +    CFLAGS="$CFLAGS -Wall -pedantic"
10 +    CXXFLAGS="$CXXFLAGS -Wall -pedantic"
11    fi
12  fi
13  
14 --- libwps-0.2.0/src/lib/WPS4.cpp~      2010-06-16 00:19:39.000000000 +0200
15 +++ libwps-0.2.0/src/lib/WPS4.cpp       2011-09-12 09:39:25.561840062 +0200
16 @@ -156,10 +156,7 @@
17         }
18         input->seek(page_offset, WPX_SEEK_SET); 
19         
20 -       uint32_t fcFirst; /* Byte number of first character covered by this page 
21 -                            of formatting information */       
22 -                           
23 -       fcFirst = readU32(input);
24 +       readU32(input);
25         
26         int first_fod = FODs->size();
27  
This page took 0.017201 seconds and 2 git commands to generate.