------------------------------------------------------------ revno: 402 committer: Mirco Müller <[email protected]> branch nick: notify-osd timestamp: Tue 2009-09-29 17:48:24 +0200 message: took another advice from comments on LP: #361788 and removed -Werror modified: configure.in tests/Makefile.am
-- lp:notify-osd https://code.launchpad.net/~notify-osd-developers/notify-osd/main Your team ayatana-commits is subscribed to branch lp:notify-osd. To unsubscribe from this branch go to https://code.launchpad.net/~notify-osd-developers/notify-osd/main/+edit-subscription.
=== modified file 'configure.in' --- configure.in 2009-09-29 13:28:52 +0000 +++ configure.in 2009-09-29 15:48:24 +0000 @@ -126,7 +126,7 @@ AM_CONDITIONAL(BUILD_MONO_EXAMPLES, test "x$csharp_examples" != "xno") dnl CFLAGS -CFLAGS="$CFLAGS -Wall -Werror" +CFLAGS="$CFLAGS -Wall" AC_OUTPUT([ Makefile === modified file 'tests/Makefile.am' --- tests/Makefile.am 2009-09-29 13:28:52 +0000 +++ tests/Makefile.am 2009-09-29 15:48:24 +0000 @@ -54,7 +54,7 @@ test_modules_CFLAGS = \ $(GCOV_CFLAGS) \ - -Wall -Werror \ + -Wall \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ -DWNCK_I_KNOW_THIS_IS_UNSTABLE \ @@ -89,7 +89,7 @@ AM_CFLAGS = \ $(GCOV_CFLAGS) \ - -Wall -Werror \ + -Wall \ $(GLIB_CFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/egg -I$(top_srcdir) @@ -120,7 +120,7 @@ test-raico.c test_raico_CFLAGS = \ - -Wall -Werror -O0 -ggdb \ + -Wall -O0 -ggdb \ $(GTK_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/ @@ -138,7 +138,7 @@ test-tile.c test_tile_CFLAGS = \ - -Wall -Werror -O0 -ggdb \ + -Wall -O0 -ggdb \ $(GTK_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_srcdir) @@ -155,7 +155,7 @@ test-grow-bubble.c test_grow_bubble_CFLAGS = \ - -Wall -Werror -O0 -ggdb \ + -Wall -O0 -ggdb \ $(GTK_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_srcdir) @@ -172,7 +172,7 @@ test-scroll-text.c test_scroll_text_CFLAGS = \ - -Wall -Werror -O0 -ggdb \ + -Wall -O0 -ggdb \ $(GTK_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

