summaryrefslogtreecommitdiff
path: root/games-sports/gracer/files/gracer-gcc-3.4.patch
blob: c12cb9a1f0cfd2a8f59af541dcac6eb264d7dd76 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
--- a/src/glbind.c	2004-11-05 01:15:07.141221016 +0000
+++ b/src/glbind.c	2004-11-05 01:15:32.808319024 +0000
@@ -2150,6 +2150,7 @@
     return 3;
 
   default:
+    ;
   }
 
 ERROR:
@@ -2889,6 +2890,7 @@
     return 6;
 
   default:
+    ;
   }
 
 ERROR:
@@ -3081,6 +3083,7 @@
     return 4;
 
   default:
+    ;
   }
 
 ERROR:
--- a/src/glutwidgets.c	2004-11-05 01:17:17.941336376 +0000
+++ b/src/glutwidgets.c	2004-11-05 01:18:42.059548464 +0000
@@ -255,6 +255,7 @@
 	widget->width += (width - screen_width);
 	break;
       default:
+        ;
       }
       switch (widget->anchor & GR_VERTICAL_MASK) {
       case GR_BOTTOM:
@@ -268,6 +269,7 @@
 	widget->height += (width - screen_height);
 	break;
       default:
+        ;
       }
       glut_widget_calc_bbox (widget);
     }
@@ -327,6 +329,7 @@
       break;
 
     default:
+      ;
     }
   }
 
@@ -504,6 +507,7 @@
       break;
 
     default:
+      ;
     }
   }
 
@@ -1299,6 +1303,7 @@
     break;
 
   default:
+    ;
   }
 }
 
@@ -1571,6 +1576,7 @@
       break;
 
     default:
+      ;
     }
 
     glColor4fv (widget->fg_color[GR_STATE_NORMAL]);
--- a/src/gr_world.c	2004-11-05 01:19:30.766143936 +0000
+++ b/src/gr_world.c	2004-11-05 01:19:07.717647840 +0000
@@ -169,6 +169,7 @@
       break;
 
     default:
+      ;
     }
 
     tlist = entry->triggers;
--- a/ac2scene/ac2scene.c	2004-11-05 01:13:55.845059680 +0000
+++ b/ac2scene/ac2scene.c	2004-11-05 01:14:32.526483256 +0000
@@ -162,6 +162,7 @@
     break;
 
   default:
+    ;
   }
 
   return 0;
@@ -234,6 +235,7 @@
     break;
 
   default:
+    ;
   }
 
   return 0;
@@ -316,6 +318,7 @@
     }
     break;
   default:
+    ;
   }
 
   return 0;
@@ -399,6 +402,7 @@
       break;
 
     default:
+      ;
     }
   }