Merge pull request #13581 from s-hadinger/gcc_nonnull-compare

gcc add -Wnonnull-compare
This commit is contained in:
s-hadinger 2021-11-05 23:21:20 +01:00 committed by GitHub
commit d3895723df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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