X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;fp=source%2Fprogram.h;h=faaf2ac4c081c8fcadc84e366244eda74fe1a55c;hp=2906fc11ffb333d5cae42532130875ab171ad232;hb=11629d96f9cce3ae7f60132d1fe560ded02c9200;hpb=0c4ddd58454437a8fec95eca64cdcf08085a0a5d diff --git a/source/program.h b/source/program.h index 2906fc11..faaf2ac4 100644 --- a/source/program.h +++ b/source/program.h @@ -86,8 +86,11 @@ public: /// Constructs an empty Program with no Shaders attached. Program(); +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" /// Constructs a Program with standard features. DEPRECATED Program(const ProgramBuilder::StandardFeatures &); +#pragma GCC diagnostic pop /// Constructs a Program from unified source code using ProgramCompiler. Program(const std::string &);