mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-03 05:12:36 -07:00
🔨 Wrapper for GCC < 8
This commit is contained in:
parent
275642b297
commit
b50add4694
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ extern void SERIAL_CHAR(char c);
|
|||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
#if DISABLED(UNSAFE_MSTRING)
|
||||
#if DISABLED(UNSAFE_MSTRING) && GCC_VERSION >= 80000
|
||||
#pragma GCC diagnostic ignored "-Wstringop-truncation"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue