[Gnome-print] [PATCH] warning cleanup
- From: ahaas neosoft com
- To: gnome-print ximian com
- Subject: [Gnome-print] [PATCH] warning cleanup
- Date: Wed, 23 May 2001 05:53:28 -0500
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]