Skip to content

Commit 65034d4

Browse files
committed
switch off Woverloaded-virtual messages
1 parent a8af7d9 commit 65034d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioConfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ using int24_t = audio_tools::int24_4bytes_t;
807807
#pragma GCC diagnostic ignored "-Wunused-function"
808808
#pragma GCC diagnostic ignored "-Wvla"
809809
#pragma GCC diagnostic ignored "-Wsign-compare"
810+
#pragma GCC diagnostic ignored "-Woverloaded-virtual"
811+
810812
#ifdef USE_NO_MEMACCESS
811813
#pragma GCC diagnostic ignored "-Wclass-memaccess"
812814
#endif

0 commit comments

Comments
 (0)