dialer: use implicit initialisation
- The first enum with no value is implicitly assigned to 0 - static storage values are initialised with 0/NULL values
Showing
Please register or sign in to comment
- The first enum with no value is implicitly assigned to 0 - static storage values are initialised with 0/NULL values