X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Ftexturing.cpp;h=341cdb79712f6c739ffed027d4ac069f7e04b234;hb=bed45cf18a592f4dc3d899a48610eaea056f69f3;hp=be24d5d72b3a6e4fe2075e30af6f5772113b23a3;hpb=571e96b202fc22220a0af2d6e10beecc36e97abd;p=libs%2Fgl.git 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 {