mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9833 from Jason2866/patch-7
add compiler flag -Wreturn-type
This commit is contained in:
commit
51c6e20b16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue