]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/texturing.cpp
Overhaul texture management in rendering classes
[libs/gl.git] / source / render / texturing.cpp
index be24d5d72b3a6e4fe2075e30af6f5772113b23a3..341cdb79712f6c739ffed027d4ac069f7e04b234 100644 (file)
@@ -5,6 +5,8 @@
 
 using namespace std;
 
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
 namespace Msp {
 namespace GL {