summaryrefslogtreecommitdiff
path: root/src/render/normalopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-30 21:18:24 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-30 21:18:24 +0300
commit9ff808fb20962884d56147d46c8e4de915a0735d (patch)
treeb09025e75c2e57a48e5be971953edbc14b466846 /src/render/normalopenglgraphics.h
parentaaa274245a584c633dcfdb5444bbc1dc21c0c28f (diff)
downloadManaVerse-9ff808fb20962884d56147d46c8e4de915a0735d.tar.gz
ManaVerse-9ff808fb20962884d56147d46c8e4de915a0735d.tar.bz2
ManaVerse-9ff808fb20962884d56147d46c8e4de915a0735d.tar.xz
ManaVerse-9ff808fb20962884d56147d46c8e4de915a0735d.zip
Disable noexcept for clang and old gcc versions.
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r--src/render/normalopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h
index 8f6652775..3c2e0baf9 100644
--- a/src/render/normalopenglgraphics.h
+++ b/src/render/normalopenglgraphics.h
@@ -89,7 +89,7 @@ class NormalOpenGLGraphics final : public Graphics
#include "render/openglgraphicsdefadvanced.hpp"
#ifdef DEBUG_BIND_TEXTURE
- unsigned int getBinds() const restrict2 noexcept
+ unsigned int getBinds() const restrict2 noexcept2
{ return mLastBinds; }
#endif