mirror of https://github.com/arendst/Tasmota.git
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
|
||||
-Wstringop-overflow
|
||||
-Wincompatible-pointer-types
|
||||
-Wnonnull-compare
|
||||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
-Wno-switch-unreachable
|
||||
-Wno-stringop-overflow
|
||||
|
|
Loading…
Reference in New Issue