From 9b2e72cabdb5f7765e150ab5b3ca2d17213d773a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 23 Feb 2008 03:10:55 +0000 Subject: gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but add other CFLAGS Original commit message from CVS: * gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but add other CFLAGS * gst/goom/goomsl.c (gsl_instr_set_namespace), (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace), (calculate_labels), (gsl_read_file): * gst/goom/goomsl_lex.l: * gst/goom/goomsl_yacc.y: * gst/goom/plugin_info.c: Remove a few live printf, and fprintf, replace exit() calls with g_assert_not_reached() if it not optimal for a library --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0d02283..870b8473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-02-23 Bastien Nocera + + * gst/goom/Makefile.am: Don't compile lex or yacc outputs + with warnings, but add other CFLAGS + + * gst/goom/goomsl.c (gsl_instr_set_namespace), + (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace), + (calculate_labels), (gsl_read_file): + * gst/goom/goomsl_lex.l: + * gst/goom/goomsl_yacc.y: + * gst/goom/plugin_info.c: Remove a few live printf, and + fprintf, replace exit() calls with g_assert_not_reached() + if it not optimal for a library + 2008-02-23 Bastien Nocera * gst/goom/Makefile.am: Remove the warnings being disabled, -- cgit