diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-07 19:27:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 19:27:10 +0300 |
commit | 1708cce0de3c195b0ecaa8a5f8383712dc0d4c13 (patch) | |
tree | 7d10563a677bfce0a9ee2aa0bb1d578b1b0807d1 /src/render/graphics.h | |
parent | 3dbdda0d3070a093f8a341f897ce4310a8b52bd2 (diff) | |
download | manaplus-1708cce0de3c195b0ecaa8a5f8383712dc0d4c13.tar.gz manaplus-1708cce0de3c195b0ecaa8a5f8383712dc0d4c13.tar.bz2 manaplus-1708cce0de3c195b0ecaa8a5f8383712dc0d4c13.tar.xz manaplus-1708cce0de3c195b0ecaa8a5f8383712dc0d4c13.zip |
In renderers in function drawTileCollection add non null attributes.
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |