mirror of
https://github.com/thelsing/knx.git
synced 2025-08-26 13:51:28 +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;
|
return *timePtr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
struct tm tmp;
|
struct tm tmp = {0};
|
||||||
return tmp;
|
return tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user