File gcc.patch of Package python-gdchart
Index: pygdchart-0.6.1/gdchart0.10.1dev/gdc_pie.c
===================================================================
--- pygdchart-0.6.1.orig/gdchart0.10.1dev/gdc_pie.c 2002-02-13 09:34:53.000000000 -0400
+++ pygdchart-0.6.1/gdchart0.10.1dev/gdc_pie.c 2006-05-02 16:36:05.000000000 -0300
@@ -590,7 +590,7 @@ GDC_out_pie( short IMGWIDTH,
pcty = lbly + (GDC_fontc[GDCPIE_label_size].h) * num_nl;
break;
case GDCPIE_PCT_NONE:
- default:
+ default: ;
}
if( GDCPIE_percent_labels != GDCPIE_PCT_NONE )
Index: pygdchart-0.6.1/gdc_py.c
===================================================================
--- pygdchart-0.6.1.orig/gdc_py.c 2002-02-25 06:36:07.000000000 -0400
+++ pygdchart-0.6.1/gdc_py.c 2006-05-02 16:42:35.000000000 -0300
@@ -1328,7 +1328,7 @@ option_dict()
break;
}
- default:
+ default: ;
} // switch
opt++;