Skip to content

Commit 38c4c7f

Browse files
committed
🔨 Suppress native build warnings
1 parent fecb667 commit 38c4c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini/native.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build_src_filter = ${common.default_src_filter} +<src/HAL/LINUX>
3737
platform = native
3838
framework =
3939
build_flags = ${common.build_flags} -std=gnu++17 -D__PLAT_NATIVE_SIM__ -DU8G_HAL_LINKS -I/usr/include/SDL2 -IMarlin -IMarlin/src/HAL/NATIVE_SIM/u8g
40-
build_src_flags = -Wall -Wno-expansion-to-defined -Wcast-align
40+
build_src_flags = -Wall -Wno-expansion-to-defined -Wno-deprecated-declarations -Wcast-align
4141
release_flags = -g0 -O3 -flto
4242
debug_build_flags = -fstack-protector-strong -g -g3 -ggdb
4343
lib_compat_mode = off

0 commit comments

Comments
 (0)