Merge pull request #9833 from Jason2866/patch-7

add compiler flag -Wreturn-type
This commit is contained in:
Theo Arends 2020-11-13 09:33:55 +01:00 committed by GitHub
commit 51c6e20b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ build_unflags = -mtarget-align
-Wdeprecated-declarations
build_flags = -mno-target-align
-Wno-deprecated-declarations
-Wreturn-type
-D_IR_ENABLE_DEFAULT_=false
-DDECODE_HASH=true -DDECODE_NEC=true -DSEND_NEC=true
-DDECODE_RC5=true -DSEND_RC5=true -DDECODE_RC6=true -DSEND_RC6=true