summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_plotter.c
blob: 23d308a02997fe6eb1e90bea218fc5135f668c00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- src/plotter.c.orig	2000-11-22 19:33:01 UTC
+++ src/plotter.c
@@ -2639,7 +2639,7 @@ sp_plot_point(Multigrapher *mg, const Po
 	case SP_PLOT_PIE:
 		sp_pie_plot_point(mg, point);
 		break;
-	default:
+	default: {}
 		/* ?? */
 	}
 }
@@ -2770,7 +2770,7 @@ sp_begin_plot(Multigrapher *mg, double s
 	case SP_PLOT_PIE:
 		sp_pie_begin_graph(mg, scale, trans_x, trans_y);
 		break;
-	default:
+	default: {}
 		/* ??? */
 	}
 
@@ -2790,7 +2790,7 @@ sp_end_plot(Multigrapher *mg)
 	case SP_PLOT_PIE:
 		sp_pie_end_graph(mg);
 		break;
-	default:
+	default: {}
 		/* ??? */
 	}
 }