]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/maemo/libosso-help/no-Werror.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / maemo / libosso-help / no-Werror.patch
1 --- configure.ac.old    2005-06-09 17:27:01.000000000 +0200
2 +++ configure.ac        2005-06-09 17:27:20.000000000 +0200
3 @@ -29,7 +29,7 @@
4  # Set compilation flags
5  
6  CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wmissing-declarations \
7 -                -pedantic-errors -Wcast-align -std=c99 -Werror"
8 +                -Wcast-align -std=c99"
9  
10  # So says the Coding Spec (doesn't -Wall cover these..?!?)
11  CFLAGS+="-Wunreachable-code -Wcast-align"
12 --- helplib/Makefile.am.old     2005-06-09 17:33:08.000000000 +0200
13 +++ helplib/Makefile.am 2005-06-09 17:33:47.000000000 +0200
14 @@ -21,7 +21,7 @@
15  
16  # Disable this only if system libs give warnings:
17  #
18 -libossohelp_la_CFLAGS+=-pedantic-errors -Werror
19 +#libossohelp_la_CFLAGS+=-pedantic-errors
20  
21  libossohelp_la_includedir = $(includedir)
22  libossohelp_la_include_HEADERS = osso-helplib.h
23 --- helptest/Makefile.am.old    2005-06-09 17:34:44.000000000 +0200
24 +++ helptest/Makefile.am        2005-06-09 17:34:55.000000000 +0200
25 @@ -23,7 +23,7 @@
26  
27  # Disable this only if system libs give warnings:
28  #
29 -helptest_CFLAGS+=-pedantic-errors -Werror
30 +#helptest_CFLAGS+=-pedantic-errors
31  
32  helptest_SOURCES = \
33      helptest.c