]> git.ipfire.org Git - pakfire.git/commitdiff
_pakfire: Remove compiler warning.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Aug 2013 23:07:55 +0000 (01:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Aug 2013 23:07:55 +0000 (01:07 +0200)
There is no return value required here.

src/_pakfire/pool.c

index 296c740a05d3918336a9df8d33a053c10b96dd2e..6cb8287fa5864c3fe9ad96cba26a71a89ce75d10 100644 (file)
@@ -220,7 +220,7 @@ PyObject *Pool_providers(PoolObject *self, PyObject *args) {
                                if (i == job.count)
                                        queue_push2(&job, SOLVER_SOLVABLE, *provides);
 
-                               *provides++;
+                               provides++;
                        }
                }
        }