X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Ftexturing.cpp;h=341cdb79712f6c739ffed027d4ac069f7e04b234;hp=be24d5d72b3a6e4fe2075e30af6f5772113b23a3;hb=6f39983060a27634c012f66c82fea0d09fea9774;hpb=3af09f06e9f69532e5adfe6bcd9a7b2d1aea6d5b diff --git a/source/render/texturing.cpp b/source/render/texturing.cpp index be24d5d7..341cdb79 100644 --- a/source/render/texturing.cpp +++ b/source/render/texturing.cpp @@ -5,6 +5,8 @@ using namespace std; +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" + namespace Msp { namespace GL {