Commit fc01a57
committed
Merge #797: qml: Add default member initializers to
cb3351c qml: Add default member initializers to `QmlCoreSettings::Values` strings (Hennadii Stepanov)
Pull request description:
Silences GCC's `-Wmissing-field-initializers` at designated-initializer call sites in `test_options_model.cpp`, where only `proxy_address` and `tor_address` were flagged as they were the only members without a default member initializer.
Fixes #779.
ACKs for top commit:
johnny9:
ACK cb3351c
Tree-SHA512: 355aad1b1c640df853bc6f8478dc4b305f83c83705ebba02a4485da24cba21a085d9eee851649fb193038d8ac27144faa2518c7e5a08a2de1611e707f1ec3f71QmlCoreSettings::Values strings1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments