mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
gcc add -Wnonnull-compare
This commit is contained in:
parent
a3568b1ece
commit
3f0cc1d54d
@ -43,6 +43,7 @@ build_unflags = ${env:tasmota32_base.build_unflags}
|
|||||||
-Wswitch-unreachable
|
-Wswitch-unreachable
|
||||||
-Wstringop-overflow
|
-Wstringop-overflow
|
||||||
-Wincompatible-pointer-types
|
-Wincompatible-pointer-types
|
||||||
|
-Wnonnull-compare
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-Wno-switch-unreachable
|
-Wno-switch-unreachable
|
||||||
-Wno-stringop-overflow
|
-Wno-stringop-overflow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user