Re: [Gnome-print] [PATCH] warning cleanup



Hello!

Thank you, patch is commited ;-)

Hint: However small is your change, it is always clever to
write ChangeLog entry as well - and your name will be
remembered in next release ;-)

Best wishes,
Lauris Kaplinski

On 23 May 2001 05:53:28 -0500, ahaas@neosoft.com wrote:
> Hi.
> 
> Here's a trivial patch that cleans up two warnings. GCC 3.0 warns
> when things are found after `#endif' statements.
> 
> Thanks for all the work with GNOME!
> 
> Art Haas
> ==================================
> --- gnome-print-0.28/libgnomeprint/gnome-print-pclr.c.orig    Mon Dec 18 15:38:50 2000
> +++ gnome-print-0.28/libgnomeprint/gnome-print-pclr.c Mon May 21 21:21:57 2001
> @@ -478,7 +478,7 @@
>  
>  #ifdef DEBUG
>       pclc_dump_structure_values_to_console();
> -#endif DEBUG
> +#endif
>  
>       /* Here we start the print job */
>       status = 0;
> --- gnome-print-0.28/libgnomeprint/gnome-print-pclv.c.orig    Mon Dec  4 22:07:08 2000
> +++ gnome-print-0.28/libgnomeprint/gnome-print-pclv.c Mon May 21 21:22:35 2001
> @@ -472,7 +472,7 @@
>  
>  #ifdef DEBUG
>       pclc_dump_structure_values_to_console();
> -#endif DEBUG
> +#endif
>  
>       /* Here we start the print job */
>       status = 0;
> 
> _______________________________________________
> Gnome-print maillist  -  Gnome-print@helixcode.com
> http://lists.helixcode.com/mailman/listinfo/gnome-print





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]