diff options
author | lofi <lofi@FreeBSD.org> | 2004-07-31 17:21:01 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-07-31 17:21:01 +0800 |
commit | 77ec7402389771e05203766e3bd92abf858b5673 (patch) | |
tree | 1f33174e460f38808d13b477039b4954b23d4739 /graphics | |
parent | bd246217e38908296c7b0890d7b829579e6b6688 (diff) | |
download | freebsd-ports-gnome-77ec7402389771e05203766e3bd92abf858b5673.tar.gz freebsd-ports-gnome-77ec7402389771e05203766e3bd92abf858b5673.tar.zst freebsd-ports-gnome-77ec7402389771e05203766e3bd92abf858b5673.zip |
Fix some warnings which have become errors with gcc 3.4.
Obtained from: enlightenment CVS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib2/files/patch-src_rgbadraw.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/imlib2/files/patch-src_rgbadraw.c b/graphics/imlib2/files/patch-src_rgbadraw.c new file mode 100644 index 000000000000..e9b730c7cb3a --- /dev/null +++ b/graphics/imlib2/files/patch-src_rgbadraw.c @@ -0,0 +1,19 @@ +--- src/rgbadraw.c.orig Sat Jul 31 11:10:28 2004 ++++ src/rgbadraw.c Sat Jul 31 11:16:05 2004 +@@ -2357,14 +2357,14 @@ + /* last span on line and still not < ss->x */ + if (ps) + ps->next = s; +- nospans: ++ nospans: ; + } + } + if (i == y2) + goto nolines; + i += step; + } +- nolines: ++ nolines: ; + } + for (i = 0; i < h; i++) + { |