e comp - set rects to null to silence compiler warning
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 10 Sep 2015 13:13:57 +0000 (22:13 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 10 Sep 2015 13:13:57 +0000 (22:13 +0900)
commitcfdd8a47efc9a4d41a1e1178b6a9452b89dd00c1
tree4695c88b8e914f3944cfbdd6adecf5632b457336
parent530c8613c812ba9399cc2e918a97e2ee7753c06b
e comp - set rects to null to silence compiler warning

even though n is 0 and we don't use rects, compiler doesn't know, so
to avoid noise - set to null so we can focus on warnings of real errors.
src/bin/e_comp_x.c