diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-24 18:41:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-25 22:08:24 +0300 |
commit | d49a520d19f28c613c68b574686b182a9c0621be (patch) | |
tree | 5b6943125fd364eaaaaa295b45100cdfc473dd93 /src/resources/atlasmanager.h | |
parent | 14f55eb8c6e44763e70046b9661bd056280226a5 (diff) | |
download | ManaVerse-d49a520d19f28c613c68b574686b182a9c0621be.tar.gz ManaVerse-d49a520d19f28c613c68b574686b182a9c0621be.tar.bz2 ManaVerse-d49a520d19f28c613c68b574686b182a9c0621be.tar.xz ManaVerse-d49a520d19f28c613c68b574686b182a9c0621be.zip |
Add missing checks into resources directory.
Diffstat (limited to 'src/resources/atlasmanager.h')
-rw-r--r-- | src/resources/atlasmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/atlasmanager.h b/src/resources/atlasmanager.h index 91c269040..83a5ad7de 100644 --- a/src/resources/atlasmanager.h +++ b/src/resources/atlasmanager.h @@ -60,10 +60,10 @@ class AtlasManager final int size); static SDL_Surface *createSDLAtlas(TextureAtlas *const atlas) - A_WARN_UNUSED; + A_WARN_UNUSED A_NONNULL(1); - static void convertAtlas(TextureAtlas *const atlas); + static void convertAtlas(TextureAtlas *const atlas) A_NONNULL(1); }; #endif // USE_OPENGL |