diff options
Diffstat (limited to 'packages/maemo/libosso-help/no-Werror.patch')
-rw-r--r-- | packages/maemo/libosso-help/no-Werror.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/packages/maemo/libosso-help/no-Werror.patch b/packages/maemo/libosso-help/no-Werror.patch index e69de29bb2..b50d50fc51 100644 --- a/packages/maemo/libosso-help/no-Werror.patch +++ b/packages/maemo/libosso-help/no-Werror.patch @@ -0,0 +1,33 @@ +--- configure.ac.old 2005-06-09 17:27:01.000000000 +0200 ++++ configure.ac 2005-06-09 17:27:20.000000000 +0200 +@@ -29,7 +29,7 @@ + # Set compilation flags + + CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wmissing-declarations \ +- -pedantic-errors -Wcast-align -std=c99 -Werror" ++ -Wcast-align -std=c99" + + # So says the Coding Spec (doesn't -Wall cover these..?!?) + CFLAGS+="-Wunreachable-code -Wcast-align" +--- helplib/Makefile.am.old 2005-06-09 17:33:08.000000000 +0200 ++++ helplib/Makefile.am 2005-06-09 17:33:47.000000000 +0200 +@@ -21,7 +21,7 @@ + + # Disable this only if system libs give warnings: + # +-libossohelp_la_CFLAGS+=-pedantic-errors -Werror ++#libossohelp_la_CFLAGS+=-pedantic-errors + + libossohelp_la_includedir = $(includedir) + libossohelp_la_include_HEADERS = osso-helplib.h +--- helptest/Makefile.am.old 2005-06-09 17:34:44.000000000 +0200 ++++ helptest/Makefile.am 2005-06-09 17:34:55.000000000 +0200 +@@ -23,7 +23,7 @@ + + # Disable this only if system libs give warnings: + # +-helptest_CFLAGS+=-pedantic-errors -Werror ++#helptest_CFLAGS+=-pedantic-errors + + helptest_SOURCES = \ + helptest.c |