From 1708cce0de3c195b0ecaa8a5f8383712dc0d4c13 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 7 Mar 2016 19:27:10 +0300 Subject: In renderers in function drawTileCollection add non null attributes. --- src/render/graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index 98cfa899e..012f423f3 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -223,7 +223,8 @@ class Graphics notfinal restrict2 = 0; virtual void drawTileCollection(const ImageCollection - *restrict const vertCol) restrict2 = 0; + *restrict const vertCol) restrict2 + A_NONNULL(2) = 0; virtual void calcTileCollection(ImageCollection *restrict const vertCol, -- cgit v1.2.3-60-g2f50