From 8a2273cc27dfb87123aa88ba8dcb5920b62f5f3a Mon Sep 17 00:00:00 2001 From: Christopher Backhouse Date: Fri, 5 Feb 2021 10:28:19 -0600 Subject: [PATCH] Change the gcc version test to v9 --- OscLib/OscCalcGeneral.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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