diff --git a/OscLib/OscCalcGeneral.cxx b/OscLib/OscCalcGeneral.cxx index 6089579..04ab645 100644 --- a/OscLib/OscCalcGeneral.cxx +++ b/OscLib/OscCalcGeneral.cxx @@ -12,7 +12,7 @@ #ifndef __clang__ #pragma GCC diagnostic ignored "-Wmisleading-indentation" #include "features.h" -#if __GNUC_PREREQ(8,2) +#if __GNUC_PREREQ(9,0) #pragma GCC diagnostic ignored "-Wdeprecated-copy" #endif #endif