diff options
Diffstat (limited to 'meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch')
-rw-r--r-- | meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch b/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch index d246feeb09..c134acde2f 100644 --- a/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch +++ b/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch | |||
@@ -29,15 +29,6 @@ diff --git a/gtk.c b/gtk.c | |||
29 | index a2eba2c..c54bf63 100644 | 29 | index a2eba2c..c54bf63 100644 |
30 | --- a/gtk.c | 30 | --- a/gtk.c |
31 | +++ b/gtk.c | 31 | +++ b/gtk.c |
32 | @@ -381,7 +381,7 @@ static void clear_backing_store(frontend *fe) | ||
33 | |||
34 | static void setup_backing_store(frontend *fe) | ||
35 | { | ||
36 | - cairo_t *cr; | ||
37 | + cairo_t *cr = NULL; | ||
38 | int i; | ||
39 | |||
40 | fe->pixmap = gdk_pixmap_new(fe->area->window, fe->pw, fe->ph, -1); | ||
41 | @@ -2481,7 +2481,7 @@ char *fgetline(FILE *fp) | 32 | @@ -2481,7 +2481,7 @@ char *fgetline(FILE *fp) |
42 | int main(int argc, char **argv) | 33 | int main(int argc, char **argv) |
43 | { | 34 | { |