Skip to content

Commit b331f4c

Browse files
committed
Wstringop-overflow
1 parent 0f36492 commit b331f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libhelix-aac/aaccommon.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
# define AAC_ENABLE_SBR
5757
#endif // HELIX_FEATURE_AUDIO_CODEC_AAC_SBR.
5858

59+
#if !defined(ARDUINO) && defined(__GNUC__)
60+
#pragma GCC diagnostic ignored "-Wstringop-overflow"
61+
#endif
62+
5963
#include "aacdec.h"
6064
#include "statname.h"
6165

0 commit comments

Comments
 (0)