summaryrefslogtreecommitdiffstats
path: root/math/oleo/files/patch-src_plotter.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/oleo/files/patch-src_plotter.c')
-rw-r--r--math/oleo/files/patch-src_plotter.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src_plotter.c b/math/oleo/files/patch-src_plotter.c
new file mode 100644
index 0000000..def6264
--- /dev/null
+++ b/math/oleo/files/patch-src_plotter.c
@@ -0,0 +1,29 @@
+--- src/plotter.c.orig Wed Jan 19 18:27:00 2005
++++ src/plotter.c Wed Jan 19 18:27:27 2005
+@@ -2639,7 +2639,7 @@
+ case SP_PLOT_PIE:
+ sp_pie_plot_point(mg, point);
+ break;
+- default:
++ default: {}
+ /* ?? */
+ }
+ }
+@@ -2770,7 +2770,7 @@
+ case SP_PLOT_PIE:
+ sp_pie_begin_graph(mg, scale, trans_x, trans_y);
+ break;
+- default:
++ default: {}
+ /* ??? */
+ }
+
+@@ -2790,7 +2790,7 @@
+ case SP_PLOT_PIE:
+ sp_pie_end_graph(mg);
+ break;
+- default:
++ default: {}
+ /* ??? */
+ }
+ }
OpenPOWER on IntegriCloud