mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Remove GCC warning by inititialize local variable
This commit is contained in:
parent
000346bd4e
commit
0ab56359a1
@ -526,7 +526,7 @@ struct tm KNXValue::timeValue() const
|
||||
return *timePtr;
|
||||
}
|
||||
}
|
||||
struct tm tmp;
|
||||
struct tm tmp = {0};
|
||||
return tmp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user