OpenSDE Packages Database (without history before r20070)
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.

96 lines
2.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../guppi/gcc34.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. The usual gcc-3.4 compile fixes.
  17. - Rene Rebe <rene@exactcode.de>
  18. --- ./src/demo.c.orig 2004-05-13 20:57:44.936557856 +0200
  19. +++ ./src/demo.c 2004-05-13 20:57:51.225601776 +0200
  20. @@ -451,6 +451,7 @@
  21. compass_pos = GUPPI_NORTH;
  22. break;
  23. default:
  24. + ;
  25. }
  26. guppi_element_state_set (state,
  27. --- ./src/libguppiplot/guppi-layout-constraint.c.orig 2004-05-13 20:52:41.636666448 +0200
  28. +++ ./src/libguppiplot/guppi-layout-constraint.c 2004-05-13 20:52:51.744129880 +0200
  29. @@ -165,6 +165,7 @@
  30. default:
  31. /* Fall through, do nothing. */
  32. + ;
  33. }
  34. ti = term_info_new (type, factor, geom);
  35. --- ./src/libguppiplot/guppi-root-group-item.c.orig 2004-05-13 20:54:49.332253768 +0200
  36. +++ ./src/libguppiplot/guppi-root-group-item.c 2004-05-13 20:55:03.409113760 +0200
  37. @@ -548,6 +548,7 @@
  38. return motion_notify_event (root, &(ev->motion));
  39. default:
  40. + ;
  41. }
  42. return FALSE;
  43. @@ -777,6 +778,7 @@
  44. case ROOT_GROUP_RESIZE_NONE:
  45. default:
  46. /* insure we do nothing */
  47. + ;
  48. }
  49. if (please_resize_canvas)
  50. --- ./src/libguppiplot/guppi-text-block.c.orig 2004-05-13 20:51:20.957931480 +0200
  51. +++ ./src/libguppiplot/guppi-text-block.c 2004-05-13 20:51:38.896204448 +0200
  52. @@ -900,6 +900,7 @@
  53. default:
  54. /* Do nothing. */
  55. + ;
  56. }
  57. render_stack_evolve (stack, tt);
  58. --- ./src/libguppiplot/guppi-view-interval.c.orig 2004-05-13 20:49:49.691806040 +0200
  59. +++ ./src/libguppiplot/guppi-view-interval.c 2004-05-13 20:50:09.553786560 +0200
  60. @@ -227,6 +227,7 @@
  61. #endif
  62. default:
  63. + ;
  64. }
  65. return TRUE;
  66. --- ./libguppitank/guppi-object-barchart.c.orig 2004-05-13 21:07:35.963708072 +0200
  67. +++ ./libguppitank/guppi-object-barchart.c 2004-05-13 21:07:48.188849568 +0200
  68. @@ -701,6 +701,7 @@
  69. break;
  70. default:
  71. + ;
  72. }
  73. }
  74. @@ -733,6 +734,7 @@
  75. break;
  76. default:
  77. + ;
  78. }
  79. }