diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-07 17:57:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 17:57:21 +0300 |
commit | 3173688b7c1a1027257aa057039bd50738ac8bb5 (patch) | |
tree | ba415bfcc8e196a1e92eeed851778f957265dee6 /src/render/surfacegraphics.h | |
parent | 852617a2ea3cfe83c1d0aec134d9369aa5c3af7b (diff) | |
download | plus-3173688b7c1a1027257aa057039bd50738ac8bb5.tar.gz plus-3173688b7c1a1027257aa057039bd50738ac8bb5.tar.bz2 plus-3173688b7c1a1027257aa057039bd50738ac8bb5.tar.xz plus-3173688b7c1a1027257aa057039bd50738ac8bb5.zip |
In renderers in function calcTileVertexes add non null attributes.
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r-- | src/render/surfacegraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index 8a9a61a3b..d80161a38 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -110,6 +110,7 @@ class SurfaceGraphics final : public Graphics const Image *restrict const image A_UNUSED, int x A_UNUSED, int y A_UNUSED) const restrict2 override final + A_NONNULL(2, 3) { } void calcTileSDL(ImageVertexes *restrict const vert A_UNUSED, |