mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.8 KiB

  1. The usual gcc-3.4 compile fixes.
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- ./src/demo.c.orig 2004-05-13 20:57:44.936557856 +0200
  4. +++ ./src/demo.c 2004-05-13 20:57:51.225601776 +0200
  5. @@ -451,6 +451,7 @@
  6. compass_pos = GUPPI_NORTH;
  7. break;
  8. default:
  9. + ;
  10. }
  11. guppi_element_state_set (state,
  12. --- ./src/libguppiplot/guppi-layout-constraint.c.orig 2004-05-13 20:52:41.636666448 +0200
  13. +++ ./src/libguppiplot/guppi-layout-constraint.c 2004-05-13 20:52:51.744129880 +0200
  14. @@ -165,6 +165,7 @@
  15. default:
  16. /* Fall through, do nothing. */
  17. + ;
  18. }
  19. ti = term_info_new (type, factor, geom);
  20. --- ./src/libguppiplot/guppi-root-group-item.c.orig 2004-05-13 20:54:49.332253768 +0200
  21. +++ ./src/libguppiplot/guppi-root-group-item.c 2004-05-13 20:55:03.409113760 +0200
  22. @@ -548,6 +548,7 @@
  23. return motion_notify_event (root, &(ev->motion));
  24. default:
  25. + ;
  26. }
  27. return FALSE;
  28. @@ -777,6 +778,7 @@
  29. case ROOT_GROUP_RESIZE_NONE:
  30. default:
  31. /* insure we do nothing */
  32. + ;
  33. }
  34. if (please_resize_canvas)
  35. --- ./src/libguppiplot/guppi-text-block.c.orig 2004-05-13 20:51:20.957931480 +0200
  36. +++ ./src/libguppiplot/guppi-text-block.c 2004-05-13 20:51:38.896204448 +0200
  37. @@ -900,6 +900,7 @@
  38. default:
  39. /* Do nothing. */
  40. + ;
  41. }
  42. render_stack_evolve (stack, tt);
  43. --- ./src/libguppiplot/guppi-view-interval.c.orig 2004-05-13 20:49:49.691806040 +0200
  44. +++ ./src/libguppiplot/guppi-view-interval.c 2004-05-13 20:50:09.553786560 +0200
  45. @@ -227,6 +227,7 @@
  46. #endif
  47. default:
  48. + ;
  49. }
  50. return TRUE;
  51. --- ./libguppitank/guppi-object-barchart.c.orig 2004-05-13 21:07:35.963708072 +0200
  52. +++ ./libguppitank/guppi-object-barchart.c 2004-05-13 21:07:48.188849568 +0200
  53. @@ -701,6 +701,7 @@
  54. break;
  55. default:
  56. + ;
  57. }
  58. }
  59. @@ -733,6 +734,7 @@
  60. break;
  61. default:
  62. + ;
  63. }
  64. }