Skip to content

Commit 082bf30

Browse files
authored
Reduce build warnings (#1700)
Fixes #1699
1 parent 81da75d commit 082bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ir_Kelon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ stdAc::fanspeed_t IRKelonAc::toCommonFanSpeed(const uint8_t speed) {
440440
/// Convert the internal A/C object state to it's stdAc::state_t equivalent.
441441
/// @return A stdAc::state_t containing the current settings.
442442
stdAc::state_t IRKelonAc::toCommon(const stdAc::state_t *prev) const {
443-
stdAc::state_t result{};
443+
stdAc::state_t result;
444444
result.protocol = decode_type_t::KELON;
445445
result.model = -1; // Unused.
446446
result.mode = toCommonMode(getMode());

0 commit comments

Comments
 (0)