Skip to content

Commit

Permalink
Change the gcc version test to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbacchus committed Feb 5, 2021
1 parent ca64d7d commit 8a2273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OscLib/OscCalcGeneral.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a2273c

Please sign in to comment.